]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/mac/makewxmac
clarify LeftIsDown() description
[wxWidgets.git] / docs / mac / makewxmac
index c3afecd3618c42fb7d40c937ddd22c22262cc25a..6f1cf416019d0c972a2a5cc8f186431fcb07de18 100755 (executable)
@@ -9,7 +9,7 @@ if [ ! -f ./configure ]; then
   CONFIG=../configure
 fi
 
-CONFIG="$CONFIG --disable-shared --enable-debug --enable-debug_cntxt --enable-debug_gdb --with-threads --without-sockets --without-odbc --enable-mem_tracing"
+CONFIG="$CONFIG --disable-shared --enable-debug --enable-debug_cntxt --with-threads --without-sockets --without-odbc --enable-mem_tracing"
 
 echo Invoking $CONFIG