summaryrefslogtreecommitdiff
path: root/ogg.m4
diff options
context:
space:
mode:
authorStan Seibert <volsung@xiph.org>2001-10-28 02:27:03 +0000
committerStan Seibert <volsung@xiph.org>2001-10-28 02:27:03 +0000
commit13d8f00c204cef2cfa09fd054792bf64290268da (patch)
tree520774ac49bed8fc123aff13fe289b29a241893f /ogg.m4
parent973732981cc19ae28ec92232d1bc3868f6d8054b (diff)
downloadogg-git-13d8f00c204cef2cfa09fd054792bf64290268da.tar.gz
Sigh. Another typo. This one works, I swear.
svn path=/trunk/ogg/; revision=2262
Diffstat (limited to 'ogg.m4')
-rw-r--r--ogg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ogg.m4 b/ogg.m4
index 7da8bee..1af7193 100644
--- a/ogg.m4
+++ b/ogg.m4
@@ -11,7 +11,7 @@ dnl Get the cflags and libraries
dnl
AC_ARG_WITH(ogg,[ --with-ogg=PFX Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="")
AC_ARG_WITH(ogg-libraries,[ --with-ogg-libraries=DIR Directory where libogg library is installed (optional)], ogg_libraries="$withval", ogg_libraries="")
-AC_ARG_WITH(ogg-includes,[ --with-ogg-includes=DIR Directory where libogg header files are installed (optional)], ogg_libraries="$withval", ogg_libraries="")
+AC_ARG_WITH(ogg-includes,[ --with-ogg-includes=DIR Directory where libogg header files are installed (optional)], ogg_includes="$withval", ogg_includes="")
AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
if test "x$ogg_libraries" != "x" ; then