From 47a29b512fd64ecf505fe44e923e8589533a29f1 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Sun, 28 Oct 2001 02:27:03 +0000 Subject: Sigh. Another typo. This one works, I swear. git-svn-id: http://svn.xiph.org/trunk/ogg@2262 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- ogg.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogg.m4') 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 -- cgit v1.2.1