Commit 46a9b858 authored by Sam Lantinga's avatar Sam Lantinga

Don't need multi-threaded X11 for SDL 1.3

Plus, this fixes lots of duplicate define warnings on Mac OS X

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403318
parent d60660c1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment