[gedit] AC_PROG_OBJC cannot be inside a condition



commit 9cbdab750b2015e7be2919ed4ee920323bbb5a18
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Nov 9 21:51:57 2009 +0100

    AC_PROG_OBJC cannot be inside a condition

 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cedd260..8805ce6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,9 @@ AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 
+# needed on osx
+AC_PROG_OBJC
+
 AC_SYS_LARGEFILE
 
 AC_CHECK_FUNCS(fsync)
@@ -132,8 +135,6 @@ if test "$os_osx" = "yes"; then
 
 	AC_SUBST(IGE_MAC_CFLAGS)
 	AC_SUBST(IGE_MAC_LIBS)
-	
-	AC_PROG_OBJC
 fi
 
 dnl ===============================================================



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