- remove unneeded configure option
This commit is contained in:
Stephan Raue 2010-02-11 00:29:03 +01:00
parent 4af3217ec0
commit 078d1c1ada

View File

@ -6,9 +6,9 @@ $SCRIPTS/build toolchain
$SCRIPTS/build linux
if [ "$DEBUG" = yes ]; then
DEBUG_CONFIG="--enable-debug --disable-stripping"
DEBUG_CONFIG="--enable-debug"
else
DEBUG_CONFIG="--disable-debug --enable-stripping"
DEBUG_CONFIG="--disable-debug"
fi
export ac_cv_path_LIBUSB_CONFIG=