mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Benjamin's quote fix in configure.in. (Amazing the bug
never caused any issues...good catch.)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user