From 4298e07fed44bedf3b2400f09bcba18358ff0d0b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 1 Feb 2003 18:58:42 +0000 Subject: [PATCH] Worked around objective C brokenness in Cygwin's automake --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 017df5878..6d67fa899 100644 --- a/configure.in +++ b/configure.in @@ -60,6 +60,7 @@ CCAS="$CC" AC_SUBST(CCAS) CCASFLAGS="" AC_SUBST(CCASFLAGS) +_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)]) dnl The alpha architecture needs special flags for binary portability case "$target" in