1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Regenerate configure scripts.

This commit is contained in:
benjamin.drung@gmail.com
2013-11-05 22:38:50 +00:00
parent 2503c32d92
commit b9f7e7d0dc
3 changed files with 1802 additions and 2302 deletions

View File

@@ -1290,7 +1290,7 @@ Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-static link wx statically (default=no)
--enable-static-wx link wx statically (default=no)
--enable-unicode enable unicode support (default=no)
--enable-debug enable debug support (default=none)
--disable-gtktest do not try to compile and run a test GTK+ program
@@ -3527,9 +3527,9 @@ fi
#
# Check whether --enable-static was given.
if test "${enable_static+set}" = set; then :
enableval=$enable_static; static_preference="--static=$enableval"
enableval=$enable_static; static_wx_preference="--static=$enableval"
else
static_preference=""
static_wx_preference=""
fi
@@ -3615,7 +3615,7 @@ if [ "$WX_CONFIG" = "no" ] ; then
fi
CPPFLAGS="$CPPFLAGS `$WX_CONFIG $static_preference $unicode_preference $debug_preference $wx_preference --cxxflags`"
CPPFLAGS="$CPPFLAGS `$WX_CONFIG $static_wx_preference $unicode_preference $debug_preference $wx_preference --cxxflags`"
ac_aux_dir=

File diff suppressed because it is too large Load Diff