Displaying 1 result from an estimated 1 matches for "enable_oggtest".
2001 Oct 11
0
ogg.m4: --with-ogg-libdir
...uot;, ogg_prefix="")
+AC_ARG_WITH(ogg-libdir,[ --with-ogg-libdir=DIR Directory where libogg library is installed (optional)], ogg_libdir="$withval", ogg_libdir="")
AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
- if test "x$ogg_prefix" != "x"; then
- ogg_args="$ogg_args --prefix=$ogg_prefix"
- OGG_CFLAGS="-I$ogg_prefix/include"
+ if test "x$ogg_libdir" != "x" ; then
+ ogg_args="$ogg_args --libdir=$ogg_libdir"
+ OGG_...