diff m4/libFLAC.m4 @ 2125:5c33e8e1a479

- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS. - fix for a typo in libFLAC.m4 founded in editing libmad.m4.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 24 Oct 2007 15:05:27 +0900
parents 285d54073f12
children
line wrap: on
line diff
--- a/m4/libFLAC.m4	Wed Oct 24 07:34:02 2007 +0300
+++ b/m4/libFLAC.m4	Wed Oct 24 15:05:27 2007 +0900
@@ -28,7 +28,7 @@
     LIBFLAC_CFLAGS="-I$libFLAC_includes"
   elif test "x$libFLAC_prefix" != "x" ; then
     LIBFLAC_CFLAGS="-I$libFLAC_prefix/include"
-  elif test "$prefix" != "xNONE"; then
+  elif test "x$prefix" != "xNONE"; then
     LIBFLAC_CFLAGS="-I$prefix/include"
   fi