1
0
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:
lllucius
2011-04-02 02:13:17 +00:00
parent f50be91900
commit 62457acd2b
2 changed files with 3 additions and 3 deletions

View File

@@ -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"