mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
Don't set OGG_CFLAGS to -INONE/include
svn path=/trunk/m4/; revision=4440
This commit is contained in:
parent
8682dba672
commit
f65d885967
@ -28,7 +28,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 "$prefix" != "xNONE"; then
|
elif test "x$prefix" != "xNONE"; then
|
||||||
OGG_CFLAGS="-I$prefix/include"
|
OGG_CFLAGS="-I$prefix/include"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user