Linux needs a specific wx-config path too for 2.9, this should fix ubuntu, debian is still broken.

Originally committed to SVN as r3494.
This commit is contained in:
Amar Takhar 2009-09-06 00:01:06 +00:00
parent ea5bdad036
commit ba87160fdc
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ if test "${UNAME_S}" = "FreeBSD"; then
CONFIGURE_ARGS="--with-wx-config=/usr/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9"
else
BIN_MAKE="make"
CONFIGURE_ARGS="--with-wx-config=/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9"
fi
ACLOCAL_FLAGS="-I /home/verm/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $?