diff configure.in @ 690:b87d8d4c205d

Fixed use of SDL with XInitThreads()
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 Aug 2003 23:12:19 +0000
parents 91400ecf307d
children 6c119628180d
line wrap: on
line diff
--- a/configure.in	Fri Aug 22 05:51:19 2003 +0000
+++ b/configure.in	Sat Aug 23 23:12:19 2003 +0000
@@ -553,7 +553,7 @@
         AC_PATH_X
         AC_PATH_XTRA
         if test x$have_x = xyes; then
-            CFLAGS="$CFLAGS $X_CFLAGS -DENABLE_X11 -I$srcdir/include -I$srcdir/src/video"
+            CFLAGS="$CFLAGS $X_CFLAGS -DENABLE_X11 -DXTHREADS -I$srcdir/include -I$srcdir/src/video"
             if test x$ac_cv_func_shmat != xyes; then
                 CFLAGS="$CFLAGS -DNO_SHARED_MEMORY"
             fi