comparison 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
comparison
equal deleted inserted replaced
427:027ae30b867f 428:1338c24e30cb
546 , enable_video_x11=yes) 546 , enable_video_x11=yes)
547 if test x$enable_video = xyes -a x$enable_video_x11 = xyes; then 547 if test x$enable_video = xyes -a x$enable_video_x11 = xyes; then
548 AC_PATH_X 548 AC_PATH_X
549 AC_PATH_XTRA 549 AC_PATH_XTRA
550 if test x$have_x = xyes; then 550 if test x$have_x = xyes; then
551 CFLAGS="$CFLAGS $X_CFLAGS -DENABLE_X11 -I\$(top_srcdir)/include -I\$(top_srcdir)/src/video" 551 CFLAGS="$CFLAGS $X_CFLAGS -DENABLE_X11 -I$srcdir/include -I$srcdir/src/video"
552 if test x$ac_cv_func_shmat != xyes; then 552 if test x$ac_cv_func_shmat != xyes; then
553 CFLAGS="$CFLAGS -DNO_SHARED_MEMORY" 553 CFLAGS="$CFLAGS -DNO_SHARED_MEMORY"
554 fi 554 fi
555 SYSTEM_LIBS="$SYSTEM_LIBS $X_LIBS -lX11 -lXext" 555 SYSTEM_LIBS="$SYSTEM_LIBS $X_LIBS -lX11 -lXext"
556 VIDEO_SUBDIRS="$VIDEO_SUBDIRS x11" 556 VIDEO_SUBDIRS="$VIDEO_SUBDIRS x11"