Binkp GZ and BZ2 compression completed
This commit is contained in:
14
configure
vendored
14
configure
vendored
@@ -842,7 +842,6 @@ Optional Features:
|
||||
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
||||
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
||||
--enable-experiment Compile experimental code
|
||||
--enable-binkdzlib Compile binkd compression
|
||||
--enable-debugging Compile for debugging
|
||||
--enable-optimize Enable CPU optimize
|
||||
--enable-newsgate Compile with newsgate
|
||||
@@ -3003,19 +3002,6 @@ if test "$experiment" = "yes"; then
|
||||
#define USE_EXPERIMENT 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
# Check whether --enable-binkdzlib or --disable-binkdzlib was given.
|
||||
if test "${enable_binkdzlib+set}" = set; then
|
||||
enableval="$enable_binkdzlib"
|
||||
binkdzlib=$enableval
|
||||
else
|
||||
binkdzlib=no
|
||||
fi;
|
||||
if test "$binkdzlib" = "yes"; then
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define USE_BINKDZLIB 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
# Check whether --enable-debugging or --disable-debugging was given.
|
||||
|
Reference in New Issue
Block a user