Mercurial > sdl-ios-xcode
comparison configure.in @ 261:1c5f68da5fc2
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 04 Jan 2002 20:48:51 +0000 |
parents | 80b647695abd |
children | 63e391bd7085 |
comparison
equal
deleted
inserted
replaced
260:716ab2549f78 | 261:1c5f68da5fc2 |
---|---|
2209 AC_SUBST(SDL_RLD_FLAGS) | 2209 AC_SUBST(SDL_RLD_FLAGS) |
2210 | 2210 |
2211 dnl Expand the libraries needed for static and dynamic linking | 2211 dnl Expand the libraries needed for static and dynamic linking |
2212 AC_SUBST(STATIC_SYSTEM_LIBS) | 2212 AC_SUBST(STATIC_SYSTEM_LIBS) |
2213 AC_SUBST(SHARED_SYSTEM_LIBS) | 2213 AC_SUBST(SHARED_SYSTEM_LIBS) |
2214 AC_SUBST(SYSTEM_LIBS) | |
2214 | 2215 |
2215 dnl Expand the include directories for building SDL | 2216 dnl Expand the include directories for building SDL |
2216 CFLAGS="$CFLAGS -I\$(top_srcdir)/include" | 2217 CFLAGS="$CFLAGS -I\$(top_srcdir)/include" |
2217 CFLAGS="$CFLAGS -I\$(top_srcdir)/include/SDL" | 2218 CFLAGS="$CFLAGS -I\$(top_srcdir)/include/SDL" |
2218 CFLAGS="$CFLAGS -I\$(top_srcdir)/src -I\$(top_srcdir)/src/$ARCH" | 2219 CFLAGS="$CFLAGS -I\$(top_srcdir)/src -I\$(top_srcdir)/src/$ARCH" |