[f-spot] Check for gapi2-fixup in configure.ac



commit 6067be02b46f0995e798a8beec320c25fa036889
Author: C.J. Adams-Collier <cjcollier colliertech org>
Date:   Fri Aug 14 09:06:11 2009 +0200

    Check for gapi2-fixup in configure.ac
    
    Fix bgo#591601.

 configure.ac |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f1410a3..321d3d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,14 @@ if test ! -x "$MCS"; then
 	AC_MSG_ERROR([No $CS compiler found])
 fi
 
+dnl --- Check for gapi post-processor
+
+AC_PATH_PROG(GAPI2FIXUP, gapi2-fixup, no)
+
+if test ! -x "$GAPI2FIXUP"; then
+	AC_MSG_ERROR([No gapi post-processor found])
+fi
+
 dnl -- Initialize docs
 
 GNOME_DOC_INIT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]