m4/as-objc.m4: Fix objective C test macro when none of the compilers are found at...
authorMichael Smith <msmith@xiph.org>
Thu, 20 Nov 2008 22:30:20 +0000 (22:30 +0000)
committerMichael Smith <msmith@xiph.org>
Thu, 20 Nov 2008 22:30:20 +0000 (22:30 +0000)
Original commit message from CVS:
* m4/as-objc.m4:
Fix objective C test macro when none of the compilers are found at all.

ChangeLog
m4/as-objc.m4

index 7ee0fb6..46b867b 100644 (file)
--- 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:
index 6773aaf..1e7066a 100644 (file)
@@ -47,6 +47,8 @@ EOF
   fi
   rm -f conftest.m a.out a.exe
   AC_MSG_RESULT([$result])
+else
+  _AM_DEPENDENCIES(OBJC)
 fi
 
 ])