summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 56c99d920..ca25c673e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1977,9 +1977,9 @@ AC_SUBST(MKINSTALLDIRS)
dnl Make Objective-C work with automake 1.7.x
-if test x"am__api_version" = "x1.7"; then
- AM_CONDITIONAL([am__fastdepOBJC], false)
-fi
+dnl if test x"am__api_version" = "x1.7"; then
+dnl AM_CONDITIONAL([am__fastdepOBJC], false)
+dnl fi
dnl ---------------------------------------------