1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-03 15:20:17 +01:00

Update configure.ac for modules.

This commit is contained in:
James Crook
2018-04-06 10:04:25 +01:00
parent 2004aa2be2
commit b24dae713b
5 changed files with 199 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# FileDialog
# mod-nyq-bench
#
AC_PREREQ([2.59])
@@ -44,7 +44,7 @@ AC_ARG_ENABLE(debug,
debug_preference="")
AC_ARG_WITH(wx-version,
[AS_HELP_STRING([--with-wx-version],[override default wxWidgets version [2.6,2.8]])],
[AS_HELP_STRING([--with-wx-version],[override default wxWidgets version [3.1,3.0]])],
wx_preference="--version=$withval",
wx_preference="")