summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f86b6f9de..56c99d920 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1975,8 +1975,11 @@ fi
AC_SUBST(MKINSTALLDIRS)
+
dnl Make Objective-C work with automake 1.7.x
-AM_CONDITIONAL([am__fastdepOBJC], false)
+if test x"am__api_version" = "x1.7"; then
+ AM_CONDITIONAL([am__fastdepOBJC], false)
+fi
dnl ---------------------------------------------