[gedit/gnome-2-28] AC_PROG_OBJC cannot be inside a condition
- From: Paolo Borelli <pborelli src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gedit/gnome-2-28] AC_PROG_OBJC cannot be inside a condition
- Date: Mon, 9 Nov 2009 21:57:50 +0000 (UTC)
commit 9f855b8eedefc79bdbd8f17abb450f24b3c2ba77
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 1cb0dea..49e369f 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)
@@ -128,8 +131,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]