Mercurial > sdl-ios-xcode
comparison configure.in @ 583:2c488b8f1a0c
Doh, this doesn't work on all automake versions.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 01 Feb 2003 19:01:26 +0000 |
parents | 16cc97387d52 |
children | ab2f31ad5d2c |
comparison
equal
deleted
inserted
replaced
582:16cc97387d52 | 583:2c488b8f1a0c |
---|---|
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 dnl _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES(OBJC)]) |
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 |