CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 06/10/06 07:51:14
Modified files:
. : ChangeLog
macros : jpeg.m4
Log message:
typo fixed
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1046&r2=1.1047
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/jpeg.m4?cvsroot=gnash&r1=1.12&r2=1.13
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1046
retrieving revision 1.1047
diff -u -b -r1.1046 -r1.1047
--- ChangeLog 5 Oct 2006 21:06:52 -0000 1.1046
+++ ChangeLog 6 Oct 2006 07:51:14 -0000 1.1047
@@ -1,3 +1,7 @@
+2006-10-06 Hannes Mayr <[EMAIL PROTECTED]>
+
+ * macros/jpeg.m4: fixed typo.
+
2006-10-05 Rob Savoye <[EMAIL PROTECTED]>
* configure.ac: Add --enable-write option to optionally write the
Index: macros/jpeg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/jpeg.m4,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- macros/jpeg.m4 9 Aug 2006 01:59:07 -0000 1.12
+++ macros/jpeg.m4 6 Oct 2006 07:51:14 -0000 1.13
@@ -96,7 +96,7 @@
AC_CACHE_VAL(ac_cv_path_jpeg_lib,[
if test x"${with_jpeg_lib}" != x ; then
if test -f ${with_jpeg_lib}/libjpeg.a -o -f
${with_jpeg_lib}/libjpeg.so; then
- ac_cv_path_jpeg_lib=`(cd ${with_jpeg_incl}; pwd)`
+ ac_cv_path_jpeg_lib=`(cd ${with_jpeg_lib}; pwd)`
else
AC_MSG_ERROR([${with_jpeg_lib} directory doesn't contain libjpeg.])
fi
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit