summaryrefslogtreecommitdiff
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
commit43e463531b46bbdf4ae35cecdbe717f7fcfda825 (patch)
treea025928e41283bfd6ddd2e449719009fee006708 /m4/ogg.m4
parent835a60e3fab8265e1fd04b55e450710243ca33fe (diff)
downloadgstreamer-plugins-base-43e463531b46bbdf4ae35cecdbe717f7fcfda825.tar.gz
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 91c823686..0e1f1abf5 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