mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
d'oh, half assed job
This commit is contained in:
parent
6ded764a88
commit
031041d3be
1 changed files with 2 additions and 2 deletions
|
@ -433,7 +433,7 @@ AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run
|
||||||
OGG_CFLAGS="-I$ogg_includes"
|
OGG_CFLAGS="-I$ogg_includes"
|
||||||
elif test "x$ogg_prefix" != "x" ; then
|
elif test "x$ogg_prefix" != "x" ; then
|
||||||
OGG_CFLAGS="-I$ogg_prefix/include"
|
OGG_CFLAGS="-I$ogg_prefix/include"
|
||||||
elif test "x$prefix" != "xNONE"; then
|
elif test "x$prefix" != "xNONE" -a "x$prefix" != "x/usr" -a "x$prefix" != "x/usr/local"; then
|
||||||
OGG_CFLAGS="-I$prefix/include"
|
OGG_CFLAGS="-I$prefix/include"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -527,7 +527,7 @@ AC_ARG_ENABLE(vorbistest, [ --disable-vorbistest Do not try to compile an
|
||||||
VORBIS_LIBS="-L$vorbis_libraries"
|
VORBIS_LIBS="-L$vorbis_libraries"
|
||||||
elif test "x$vorbis_prefix" != "x" ; then
|
elif test "x$vorbis_prefix" != "x" ; then
|
||||||
VORBIS_LIBS="-L$vorbis_prefix/lib"
|
VORBIS_LIBS="-L$vorbis_prefix/lib"
|
||||||
elif test "x$prefix" != "xNONE"; then
|
elif test "x$prefix" != "xNONE" -a "x$prefix" != "x/usr" -a "x$prefix" != "x/usr/local"; then
|
||||||
VORBIS_LIBS="-L$prefix/lib"
|
VORBIS_LIBS="-L$prefix/lib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue