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
commit47a29b512fd64ecf505fe44e923e8589533a29f1 (patch)
tree520774ac49bed8fc123aff13fe289b29a241893f /ogg.m4
parent9e73e6dca3969396deafac7ce528057013724340 (diff)
downloadogg-47a29b512fd64ecf505fe44e923e8589533a29f1.tar.gz
Sigh. Another typo. This one works, I swear.
git-svn-id: http://svn.xiph.org/trunk/ogg@2262 0101bb08-14d6-0310-b084-bc0e0c8e3800
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