]> git.sesse.net Git - vlc/commitdiff
* configure.ac : Fixed a typo in libtwolame LDFLAGS.
authorChristophe Massiot <massiot@videolan.org>
Tue, 17 May 2005 20:56:22 +0000 (20:56 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 17 May 2005 20:56:22 +0000 (20:56 +0000)
configure.ac

index 3ec8dfc27bb678ab8bb823015256e5982adc0e1d..11d4df8255f9bd1210aabd1be15410b7385dc807 100644 (file)
@@ -2234,14 +2234,12 @@ then
       dnl  Use a custom twolame
       AC_MSG_RESULT(${real_twolame_tree}/src/libtwolame/.libs/libtwolame.a)
       VLC_ADD_BUILTINS([twolame])
-      VLC_ADD_LDFLAGS([twolame],[${real_twolame_tree}/src/libtwolame/.libs/libtw
-olame.a])
+      VLC_ADD_LDFLAGS([twolame],[${real_twolame_tree}/src/libtwolame/.libs/libtwolame.a])
       VLC_ADD_CPPFLAGS([twolame],[-I${real_twolame_tree}/src/libtwolame])
     else
       dnl  The given libtwolame wasn't built
       AC_MSG_RESULT(no)
-      AC_MSG_ERROR([cannot find ${real_twolame_tree}/src/libtwolame/.libs/libtwo
-lame.a, make sure you compiled libtwolame in ${with_twolame_tree}])
+      AC_MSG_ERROR([cannot find ${real_twolame_tree}/src/libtwolame/.libs/libtwolame.a, make sure you compiled libtwolame in ${with_twolame_tree}])
     fi
   else
     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_twolame}"