mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +02:00
Really rename --enable-static to --enable-static-wx!
This commit is contained in:
parent
51becbbb81
commit
4b5f7e9254
@ -152,7 +152,7 @@ fi
|
|||||||
### Build Options ###
|
### Build Options ###
|
||||||
#####################
|
#####################
|
||||||
|
|
||||||
AC_ARG_ENABLE(static,
|
AC_ARG_ENABLE(static-wx,
|
||||||
[AS_HELP_STRING([--enable-static-wx],
|
[AS_HELP_STRING([--enable-static-wx],
|
||||||
[link wx statically [default=no]])],
|
[link wx statically [default=no]])],
|
||||||
static_wx_preference="--static=$enableval",
|
static_wx_preference="--static=$enableval",
|
||||||
|
@ -26,7 +26,7 @@ AC_HEADER_STDC
|
|||||||
#
|
#
|
||||||
# Check for debug
|
# Check for debug
|
||||||
#
|
#
|
||||||
AC_ARG_ENABLE(static,
|
AC_ARG_ENABLE(static-wx,
|
||||||
[AS_HELP_STRING([--enable-static-wx],[link wx statically (default=no)])],
|
[AS_HELP_STRING([--enable-static-wx],[link wx statically (default=no)])],
|
||||||
static_wx_preference="--static=$enableval",
|
static_wx_preference="--static=$enableval",
|
||||||
static_wx_preference="")
|
static_wx_preference="")
|
||||||
|
@ -56,7 +56,7 @@ fi
|
|||||||
|
|
||||||
dnl Build Options
|
dnl Build Options
|
||||||
|
|
||||||
AC_ARG_ENABLE(static,
|
AC_ARG_ENABLE(static-wx,
|
||||||
[AS_HELP_STRING([--enable-static-wx],
|
[AS_HELP_STRING([--enable-static-wx],
|
||||||
[link wx statically [default=no]])],
|
[link wx statically [default=no]])],
|
||||||
static_wx_preference="--static=$enableval",
|
static_wx_preference="--static=$enableval",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user