Mercurial > sdl-ios-xcode
diff configure.in @ 428:1338c24e30cb
Date: Fri, 12 Jul 2002 11:25:32 GMT+1
From: Patrice Mandin <pmandin@caramail.com>
Subject: [SDL][PATCH] Audio for Atari, and XFree86 compilation
I corrected a little bug in the Atari audio driver in SDL.
I also added the patch for xfree86 detection in configure.in
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 29 Jul 2002 23:20:16 +0000 |
parents | edbbe5775244 |
children | 706de3956894 |
line wrap: on
line diff
--- a/configure.in Mon Jul 29 22:26:43 2002 +0000 +++ b/configure.in Mon Jul 29 23:20:16 2002 +0000 @@ -548,7 +548,7 @@ AC_PATH_X AC_PATH_XTRA if test x$have_x = xyes; then - CFLAGS="$CFLAGS $X_CFLAGS -DENABLE_X11 -I\$(top_srcdir)/include -I\$(top_srcdir)/src/video" + CFLAGS="$CFLAGS $X_CFLAGS -DENABLE_X11 -I$srcdir/include -I$srcdir/src/video" if test x$ac_cv_func_shmat != xyes; then CFLAGS="$CFLAGS -DNO_SHARED_MEMORY" fi