mirror of
https://github.com/yawut/SDL.git
synced 2026-07-31 07:27:07 -05:00
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:
parent
fbb82fa616
commit
90c8eaaaa4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user