1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Enabling --with-wx-version parameter to facilitate wx3 testing

This commit is contained in:
lllucius@gmail.com
2015-01-04 20:02:52 +00:00
parent b9647586af
commit 22d3719db5
4 changed files with 30 additions and 10 deletions

View File

@@ -63,11 +63,11 @@ AC_ARG_ENABLE(debug,
debug_preference="$enableval",
debug_preference="no")
dnl AC_ARG_WITH(wx-version,
dnl [AS_HELP_STRING([--with-wx-version],
dnl [select wxWidgets version (if both installed) [2.8,]])],
dnl wx_preference="--version=$withval",
dnl wx_preference="")
AC_ARG_WITH(wx-version,
[AS_HELP_STRING([--with-wx-version],
[select wxWidgets version (if both installed) [2.8,]])],
wx_preference="--version=$withval",
wx_preference="")
dnl Right now only support wx 2.8
dnl ----------------------------------------------------