mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Regenerate configure scripts.
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -746,7 +746,7 @@ SHELL'
|
|||||||
ac_subst_files=''
|
ac_subst_files=''
|
||||||
ac_user_opts='
|
ac_user_opts='
|
||||||
enable_option_checking
|
enable_option_checking
|
||||||
enable_static
|
enable_static_wx
|
||||||
enable_unicode
|
enable_unicode
|
||||||
enable_debug
|
enable_debug
|
||||||
with_lib_preference
|
with_lib_preference
|
||||||
@@ -4582,9 +4582,9 @@ fi
|
|||||||
### Build Options ###
|
### Build Options ###
|
||||||
#####################
|
#####################
|
||||||
|
|
||||||
# Check whether --enable-static was given.
|
# Check whether --enable-static-wx was given.
|
||||||
if test "${enable_static+set}" = set; then :
|
if test "${enable_static_wx+set}" = set; then :
|
||||||
enableval=$enable_static; static_wx_preference="--static=$enableval"
|
enableval=$enable_static_wx; static_wx_preference="--static=$enableval"
|
||||||
else
|
else
|
||||||
static_wx_preference=""
|
static_wx_preference=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
8
lib-src/FileDialog/configure
vendored
8
lib-src/FileDialog/configure
vendored
@@ -658,7 +658,7 @@ SHELL'
|
|||||||
ac_subst_files=''
|
ac_subst_files=''
|
||||||
ac_user_opts='
|
ac_user_opts='
|
||||||
enable_option_checking
|
enable_option_checking
|
||||||
enable_static
|
enable_static_wx
|
||||||
enable_unicode
|
enable_unicode
|
||||||
enable_debug
|
enable_debug
|
||||||
with_wx_version
|
with_wx_version
|
||||||
@@ -3525,9 +3525,9 @@ fi
|
|||||||
#
|
#
|
||||||
# Check for debug
|
# Check for debug
|
||||||
#
|
#
|
||||||
# Check whether --enable-static was given.
|
# Check whether --enable-static-wx was given.
|
||||||
if test "${enable_static+set}" = set; then :
|
if test "${enable_static_wx+set}" = set; then :
|
||||||
enableval=$enable_static; static_wx_preference="--static=$enableval"
|
enableval=$enable_static_wx; static_wx_preference="--static=$enableval"
|
||||||
else
|
else
|
||||||
static_wx_preference=""
|
static_wx_preference=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
8
lib-src/lib-widget-extra/configure
vendored
8
lib-src/lib-widget-extra/configure
vendored
@@ -682,7 +682,7 @@ SHELL'
|
|||||||
ac_subst_files=''
|
ac_subst_files=''
|
||||||
ac_user_opts='
|
ac_user_opts='
|
||||||
enable_option_checking
|
enable_option_checking
|
||||||
enable_static
|
enable_static_wx
|
||||||
enable_unicode
|
enable_unicode
|
||||||
enable_debug
|
enable_debug
|
||||||
'
|
'
|
||||||
@@ -3325,9 +3325,9 @@ _ACEOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Check whether --enable-static was given.
|
# Check whether --enable-static-wx was given.
|
||||||
if test "${enable_static+set}" = set; then :
|
if test "${enable_static_wx+set}" = set; then :
|
||||||
enableval=$enable_static; static_wx_preference="--static=$enableval"
|
enableval=$enable_static_wx; static_wx_preference="--static=$enableval"
|
||||||
else
|
else
|
||||||
static_wx_preference=""
|
static_wx_preference=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user