[xiph-cvs] cvs commit: ogg-tools/oggplay acinclude.m4
Stan Seibert
volsung at xiph.org
Wed Aug 29 19:39:16 PDT 2001
volsung 01/08/29 19:39:16
Modified: oggplay acinclude.m4
Log:
Minor patch to prevent passing test bad parameters if libmng not present.
Thanks to taniwha from #vorbis for catching this.
Revision Changes Path
1.2 +1 -1 ogg-tools/oggplay/acinclude.m4
Index: acinclude.m4
===================================================================
RCS file: /usr/local/cvsroot/ogg-tools/oggplay/acinclude.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- acinclude.m4 2001/08/25 22:22:31 1.1
+++ acinclude.m4 2001/08/30 02:39:15 1.2
@@ -23,7 +23,7 @@
_libmng_present=1
])
])
- if test $_libmng_present -eq 1; then
+ if test x$_libmng_present = x1; then
LIBS="$LIBS -lmng"
AC_DEFINE(HAVE_LIBMNG)
fi
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list