[Xfce4-commits] [xfce/xfwm4] 01/01: configure: check for exo-csource

noreply at xfce.org noreply at xfce.org
Wed Apr 29 17:35:43 CEST 2015


This is an automated email from the git hooks/post-receive script.

olivier pushed a commit to branch xfce-4.12
in repository xfce/xfwm4.

commit b8915ea60225d6aecb7c94c7a418fbaf5fb46087
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Wed Apr 29 17:29:53 2015 +0200

    configure: check for exo-csource
    
    Bug: 11870
    
    exo-csource is required only for maintainer mode.
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 configure.ac.in |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/configure.ac.in b/configure.ac.in
index 5a72c4f..6b32fe0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -96,6 +96,17 @@ XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-1.0], [wnck_minimum_version])
 XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.0.0])
 XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.72])
 
+AS_IF([test "x$USE_MAINTAINER_MODE" = "xyes"],
+[
+  AC_PATH_PROG([EXO_CSOURCE], [exo-csource])
+  AS_IF([test -z "$EXO_CSOURCE"],
+  [
+    echo '*** The program "exo-csource" is required to build when --enable-maintainer-mode'
+    echo '*** is specified.'
+    exit 1
+  ])
+])
+
 dnl
 dnl Sync to vblank support
 dnl

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list