changeset 2857:5e04bdd79479

Don't need multi-threaded X11 for SDL 1.3 Plus, this fixes lots of duplicate define warnings on Mac OS X
author Sam Lantinga <slouken@libsdl.org>
date Sun, 07 Dec 2008 23:57:42 +0000
parents c765f5fa4a2c
children a38fcb093081
files configure.in
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Dec 07 23:25:39 2008 +0000
+++ b/configure.in	Sun Dec 07 23:57:42 2008 +0000
@@ -1060,7 +1060,6 @@
                     ;;
             esac
 
-            X_CFLAGS="$X_CFLAGS -DXTHREADS"
             if test x$ac_cv_func_shmat != xyes; then
                 X_CFLAGS="$X_CFLAGS -DNO_SHARED_MEMORY"
             fi