CVSROOT: /sources/gnash
Module name: gnash
Branch: release_0_7_2
Changes by: Markus Gothe <nihilus> 06/11/05 11:34:41
Modified files:
macros : mad.m4
Log message:
Another typo found!
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/mad.m4?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.16.2.6&r2=1.16.2.7
Patches:
Index: mad.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/mad.m4,v
retrieving revision 1.16.2.6
retrieving revision 1.16.2.7
diff -u -b -r1.16.2.6 -r1.16.2.7
--- mad.m4 5 Nov 2006 11:30:34 -0000 1.16.2.6
+++ mad.m4 5 Nov 2006 11:34:41 -0000 1.16.2.7
@@ -14,7 +14,7 @@
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-dnl $Id: mad.m4,v 1.16.2.6 2006/11/05 11:30:34 nihilus Exp $
+dnl $Id: mad.m4,v 1.16.2.7 2006/11/05 11:34:41 nihilus Exp $
AC_DEFUN([GNASH_PATH_MAD],
[
@@ -74,7 +74,7 @@
AC_CACHE_VAL(ac_cv_path_mad_lib,[
if test x"${with_mad_lib}" != x ; then
if test -f ${with_mad_lib}/libmad.a -o -f ${with_mad_lib}/libmad.so;
then
- ac_cv_path_mad_lib="-L`(cd ${with_mad_incl}; pwd)` -lmad"
+ ac_cv_path_mad_lib="-L`(cd ${with_mad_lib}; pwd)` -lmad"
else
AC_MSG_ERROR([${with_mad_lib} directory doesn't contain libmad.])
fi
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit