Mercurial > sdl-ios-xcode
comparison configure.in @ 582:16cc97387d52
Worked around objective C brokenness in Cygwin's automake
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 01 Feb 2003 18:58:42 +0000 |
parents | 04d6411da49d |
children | 2c488b8f1a0c |
comparison
equal
deleted
inserted
replaced
581:844addcf125e | 582:16cc97387d52 |
---|---|
58 AC_SUBST(ASFLAGS) | 58 AC_SUBST(ASFLAGS) |
59 CCAS="$CC" | 59 CCAS="$CC" |
60 AC_SUBST(CCAS) | 60 AC_SUBST(CCAS) |
61 CCASFLAGS="" | 61 CCASFLAGS="" |
62 AC_SUBST(CCASFLAGS) | 62 AC_SUBST(CCASFLAGS) |
63 _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)]) | |
63 | 64 |
64 dnl The alpha architecture needs special flags for binary portability | 65 dnl The alpha architecture needs special flags for binary portability |
65 case "$target" in | 66 case "$target" in |
66 alpha*-*-linux*) | 67 alpha*-*-linux*) |
67 if test x$ac_cv_prog_gcc = xyes; then | 68 if test x$ac_cv_prog_gcc = xyes; then |