[evince/wip/app: 9/19] build: Add configure check for glib-compile-resources
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/app: 9/19] build: Add configure check for glib-compile-resources
- Date: Fri, 29 Jun 2012 10:08:43 +0000 (UTC)
commit 36c1ef5222cb37a7995dfac67d4e27fed0dc172f
Author: Christian Persch <chpe gnome org>
Date: Tue Jun 12 19:43:23 2012 +0200
build: Add configure check for glib-compile-resources
configure.ac | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index da84d1a..74b8f8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,18 +202,18 @@ if test -z "$GLIB_COMPILE_RESOURCES"; then
AC_MSG_ERROR([glib-compile-resources not found])
fi
-AC_ARG_VAR([XMLLINT],[the xmllint programme])
-AC_PATH_PROG([XMLLINT],[xmllint],[])
-if test -z "$XMLLINT"; then
- AC_MSG_ERROR([xmllint not found])
-fi
-
AC_ARG_VAR([GDBUS_CODEGEN],[the gdbus-codegen programme])
AC_PATH_PROG([GDBUS_CODEGEN],[gdbus-codegen],[])
if test -z "$GDBUS_CODEGEN"; then
AC_MSG_ERROR([gdbus-codegen not found])
fi
+AC_ARG_VAR([XMLLINT],[the xmllint programme])
+AC_PATH_PROG([XMLLINT],[xmllint],[])
+if test -z "$XMLLINT"; then
+ AC_MSG_ERROR([xmllint not found])
+fi
+
# *********
# SM client
# *********
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]