[Xfce4-commits] [xfce/xfwm4] 01/02: configure: check for exo-csource
noreply at xfce.org
noreply at xfce.org
Wed Apr 29 17:34:56 CEST 2015
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit 79ed55443216f23d0a1e4f1449b5160c2088892f
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 3064522..277988d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -97,6 +97,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