diff configure.in @ 680:34f03ca736b7

Grumble grumble
author Sam Lantinga <slouken@libsdl.org>
date Sat, 09 Aug 2003 21:14:26 +0000
parents 7f691fa4c1c7
children 4b5e553ec916
line wrap: on
line diff
--- a/configure.in	Sat Aug 09 21:13:22 2003 +0000
+++ b/configure.in	Sat Aug 09 21:14:26 2003 +0000
@@ -2602,9 +2602,10 @@
         OBJCFLAGS="$CFLAGS"
         AC_SUBST(OBJCFLAGS)
         dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here
-        #OBJCDEPMODE="depmode=gcc3"
-        #AC_SUBST(OBJCDEPMODE)
-        _AM_DEPENDENCIES(OBJC)
+        dnl _AM_DEPENDENCIES(OBJC)
+        dnl Of course, hard coding doesn't work for newer versions of automake
+        dnl OBJCDEPMODE="depmode=gcc3"
+        dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE)
         AC_MSG_RESULT(not implemented yet)
         ;;
 esac