1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 00:19:27 +02:00

Really rename --enable-static to --enable-static-wx!

This commit is contained in:
benjamin.drung@gmail.com 2013-11-05 23:24:13 +00:00
parent 51becbbb81
commit 4b5f7e9254
3 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ fi
### Build Options ###
#####################
AC_ARG_ENABLE(static,
AC_ARG_ENABLE(static-wx,
[AS_HELP_STRING([--enable-static-wx],
[link wx statically [default=no]])],
static_wx_preference="--static=$enableval",

View File

@ -26,7 +26,7 @@ AC_HEADER_STDC
#
# Check for debug
#
AC_ARG_ENABLE(static,
AC_ARG_ENABLE(static-wx,
[AS_HELP_STRING([--enable-static-wx],[link wx statically (default=no)])],
static_wx_preference="--static=$enableval",
static_wx_preference="")

View File

@ -56,7 +56,7 @@ fi
dnl Build Options
AC_ARG_ENABLE(static,
AC_ARG_ENABLE(static-wx,
[AS_HELP_STRING([--enable-static-wx],
[link wx statically [default=no]])],
static_wx_preference="--static=$enableval",