1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-01-03 14:56:34 -05:00

Don't set OGG_CFLAGS to -INONE/include

svn path=/trunk/m4/; revision=4440
This commit is contained in:
brendan 2003-03-08 02:43:14 +00:00
parent 8682dba672
commit f65d885967

View File

@ -28,7 +28,7 @@ AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run
OGG_CFLAGS="-I$ogg_includes"
elif test "x$ogg_prefix" != "x" ; then
OGG_CFLAGS="-I$ogg_prefix/include"
elif test "$prefix" != "xNONE"; then
elif test "x$prefix" != "xNONE"; then
OGG_CFLAGS="-I$prefix/include"
fi