From dd6ce2d6ba36c818729bc6a2fa66fc3a8631350e Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Fri, 17 Sep 2004 22:13:07 +0000 Subject: update esound, gconf, alsa and ogg m4 files from upstream versions Original commit message from CVS: update esound, gconf, alsa and ogg m4 files from upstream versions --- m4/ogg.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/ogg.m4') diff --git a/m4/ogg.m4 b/m4/ogg.m4 index 91c82368..0e1f1abf 100644 --- a/m4/ogg.m4 +++ b/m4/ogg.m4 @@ -28,7 +28,7 @@ AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run OGG_CFLAGS="-I$ogg_includes" elif test "x$ogg_prefix" != "x" ; then OGG_CFLAGS="-I$ogg_prefix/include" - elif test "$prefix" != "xNONE"; then + elif test "x$prefix" != "xNONE"; then OGG_CFLAGS="-I$prefix/include" fi -- cgit