diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-09-17 22:13:07 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-09-17 22:13:07 +0000 |
commit | cd1e49d8956faddee91fd5ed4bb73450a030039e (patch) | |
tree | 9d3e500e7ef3cb8a549b0d956044a7aa5dd41e88 /m4/ogg.m4 | |
parent | cb9a5da2396aafb4c014eb8ef9ff2aa03e5517ba (diff) | |
download | gst-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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |