Mercurial > sdl-ios-xcode
comparison configure.in @ 585:ab2f31ad5d2c
Working around broken objective C support - Take 2
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 01 Feb 2003 19:47:43 +0000 |
parents | 2c488b8f1a0c |
children | 28f43c832aaa |
comparison
equal
deleted
inserted
replaced
584:365ed14a882a | 585:ab2f31ad5d2c |
---|---|
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 dnl _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)]) | 63 AM_CONDITIONAL([am__fastdepOBJC], false) |
64 | 64 |
65 dnl The alpha architecture needs special flags for binary portability | 65 dnl The alpha architecture needs special flags for binary portability |
66 case "$target" in | 66 case "$target" in |
67 alpha*-*-linux*) | 67 alpha*-*-linux*) |
68 if test x$ac_cv_prog_gcc = xyes; then | 68 if test x$ac_cv_prog_gcc = xyes; then |