summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Seibert <volsung@xiph.org>2001-10-27 22:50:11 +0000
committerStan Seibert <volsung@xiph.org>2001-10-27 22:50:11 +0000
commitbd767d9aec4f3e5b1d8930c5f23ea7acc43f5d01 (patch)
tree7ffcc1efa529224e5629afca4bcbe8d272b6f1bf
parent9f6b6075f9146f09f893a4e78c53d0be87b88713 (diff)
downloadogg-bd767d9aec4f3e5b1d8930c5f23ea7acc43f5d01.tar.gz
Whoops. Forgot an "elif".
git-svn-id: http://svn.xiph.org/trunk/ogg@2260 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--ogg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ogg.m4 b/ogg.m4
index de8c161..7da8bee 100644
--- a/ogg.m4
+++ b/ogg.m4
@@ -26,7 +26,7 @@ AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run
if test "x$ogg_includes" != "x" ; then
OGG_CFLAGS="-I$ogg_includes"
- if test "x$ogg_prefix" != "x" ; then
+ elif test "x$ogg_prefix" != "x" ; then
OGG_CFLAGS="-I$ogg_prefix/include"
elif test "$prefix" != "xNONE"; then
OGG_CFLAGS="-I$prefix/include"