search for: ogg_arg

Displaying 1 result from an estimated 1 matches for "ogg_arg".

Did you mean: ogg_args
2001 Oct 11
0
ogg.m4: --with-ogg-libdir
...ctory 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_LIBS="-L$ogg_libdir" + elif test "x$ogg_prefix" != "x...