summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--m4/as-objc.m42
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ee0fb6..46b867b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-20 Michael Smith <msmith@songbirdnest.com>
+
+ * m4/as-objc.m4:
+ Fix objective C test macro when none of the compilers are found at all.
+
2008-10-30 Stefan Kost <ensonic@users.sf.net>
* gtk-doc.mak:
diff --git a/m4/as-objc.m4 b/m4/as-objc.m4
index 6773aaf..1e7066a 100644
--- a/m4/as-objc.m4
+++ b/m4/as-objc.m4
@@ -47,6 +47,8 @@ EOF
fi
rm -f conftest.m a.out a.exe
AC_MSG_RESULT([$result])
+else
+ _AM_DEPENDENCIES(OBJC)
fi
])