# HG changeset patch # User Sam Lantinga # Date 1228694262 0 # Node ID 5e04bdd7947991ca7a4a1f06b123de4418a099d4 # Parent c765f5fa4a2cfe21b8270436ced9ea82f126543b Don't need multi-threaded X11 for SDL 1.3 Plus, this fixes lots of duplicate define warnings on Mac OS X diff -r c765f5fa4a2c -r 5e04bdd79479 configure.in --- 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