mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-16 16:20:50 +02:00
Benjamin's quote fix in configure.in. (Amazing the bug
never caused any issues...good catch.)
This commit is contained in:
parent
f50be91900
commit
62457acd2b
4
configure
vendored
4
configure
vendored
@ -781,7 +781,7 @@ GTK_CFLAGS
|
||||
GTK_LIBS
|
||||
JACK_CFLAGS
|
||||
JACK_LIBS'
|
||||
ac_subdirs_all='"lib-src/FileDialog"
|
||||
ac_subdirs_all='lib-src/FileDialog
|
||||
$CONFIG_SUBDIRS
|
||||
lib-src/portmixer'
|
||||
|
||||
@ -4803,7 +4803,7 @@ CXXFLAGS="$CXXFLAGS `$WX_CONFIG $wxconfigargs --cxxflags`"
|
||||
|
||||
|
||||
|
||||
subdirs="$subdirs "lib-src/FileDialog""
|
||||
subdirs="$subdirs lib-src/FileDialog"
|
||||
|
||||
LOCAL_LIBS="$LOCAL_LIBS FileDialog.a"
|
||||
CXXFLAGS="$CXXFLAGS -I\$(top_srcdir)/lib-src/FileDialog"
|
||||
|
@ -286,7 +286,7 @@ dnl LOCAL_LIBS="$LOCAL_LIBS allegro.a"
|
||||
dnl CXXFLAGS="$CXXFLAGS -I\$(top_srcdir)/lib-src/allegro"
|
||||
|
||||
dnl Include FileDialog
|
||||
AC_CONFIG_SUBDIRS(["lib-src/FileDialog"])
|
||||
AC_CONFIG_SUBDIRS([lib-src/FileDialog])
|
||||
LOCAL_LIBS="$LOCAL_LIBS FileDialog.a"
|
||||
CXXFLAGS="$CXXFLAGS -I\$(top_srcdir)/lib-src/FileDialog"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user