summaryrefslogtreecommitdiffstats
path: root/m4/ogg.m4
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-09-17 22:13:07 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-09-17 22:13:07 +0000
commitcd1e49d8956faddee91fd5ed4bb73450a030039e (patch)
tree9d3e500e7ef3cb8a549b0d956044a7aa5dd41e88 /m4/ogg.m4
parentcb9a5da2396aafb4c014eb8ef9ff2aa03e5517ba (diff)
downloadgst-plugins-bad-cd1e49d8956faddee91fd5ed4bb73450a030039e.tar.gz
gst-plugins-bad-cd1e49d8956faddee91fd5ed4bb73450a030039e.tar.bz2
gst-plugins-bad-cd1e49d8956faddee91fd5ed4bb73450a030039e.zip
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
Diffstat (limited to 'm4/ogg.m4')
-rw-r--r--m4/ogg.m42
1 files changed, 1 insertions, 1 deletions
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