1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01: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

@@ -186,11 +186,11 @@ AC_ARG_ENABLE(dynamic-loading,
AC_ARG_ENABLE(gtk3, [AS_HELP_STRING([--enable-gtk3],[enable use of GTK+-3.0 (default: use GTK+-2.0)])], enable_gtk3=$enableval, enable_gtk3=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 At the moment we only support wx2.8. If we start supporting 3.0 when it
dnl comes out, we'll want it back again.