X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/befe9ee1cad9ca11cea394e6a9f3d3598d76fc31..5b87f8bf2ea3b9ae7ac0ae812a311d31cce13bb7:/docs/motif/makewxmotif diff --git a/docs/motif/makewxmotif b/docs/motif/makewxmotif index 75ebec2b27..78f7864eb4 100644 --- a/docs/motif/makewxmotif +++ b/docs/motif/makewxmotif @@ -1,3 +1,4 @@ +#!/bin/sh # makewxmotif # Configures and makes wxMotif from either the root wxWindows directory # or a build directory underneath it. @@ -8,7 +9,7 @@ if [ ! -f ./configure ]; then CONFIG=../configure fi -CONFIG="$CONFIG --disable-shared --with-motif --without-gtk --enable-debug_flag --enable-debug_info --enable-debug --disable-sockets --disable-odbc --enable-threads --enable-newgrid" +CONFIG="$CONFIG --disable-shared --with-motif --enable-debug --enable-threads" echo Invoking $CONFIG