comparison configure.in @ 258:ada53483727a

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 18 Dec 2001 02:29:58 +0000
parents 9ac9ab945955
children 80b647695abd
comparison
equal deleted inserted replaced
257:9ac9ab945955 258:ada53483727a
53 AC_C_INLINE 53 AC_C_INLINE
54 AC_C_CONST 54 AC_C_CONST
55 AC_PROG_CXX 55 AC_PROG_CXX
56 AC_PROG_INSTALL 56 AC_PROG_INSTALL
57 AC_FUNC_ALLOCA 57 AC_FUNC_ALLOCA
58 ASFLAGS=""
59 AC_SUBST(ASFLAGS)
58 60
59 dnl The alpha architecture needs special flags for binary portability 61 dnl The alpha architecture needs special flags for binary portability
60 case "$target" in 62 case "$target" in
61 alpha*-*-linux*) 63 alpha*-*-linux*)
62 if test x$ac_cv_prog_gcc = xyes; then 64 if test x$ac_cv_prog_gcc = xyes; then