Don't need multi-threaded X11 for SDL 1.3

Plus, this fixes lots of duplicate define warnings on Mac OS X
This commit is contained in:
Sam Lantinga 2008-12-07 23:57:42 +00:00
parent fbb82fa616
commit 90c8eaaaa4

View File

@ -1060,7 +1060,6 @@ AC_HELP_STRING([--enable-x11-shared], [dynamically load X11 support [[default=ma
;;
esac
X_CFLAGS="$X_CFLAGS -DXTHREADS"
if test x$ac_cv_func_shmat != xyes; then
X_CFLAGS="$X_CFLAGS -DNO_SHARED_MEMORY"
fi