summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dfadcf8a5..f86b6f9de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1975,6 +1975,10 @@ fi
AC_SUBST(MKINSTALLDIRS)
+dnl Make Objective-C work with automake 1.7.x
+AM_CONDITIONAL([am__fastdepOBJC], false)
+
+
dnl ---------------------------------------------
dnl Output configuration files
dnl ---------------------------------------------