Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-IceS
Commits
d4b0c1e3
Commit
d4b0c1e3
authored
Mar 08, 2003
by
brendan
Browse files
Don't set OGG_CFLAGS to -INONE/include
svn path=/trunk/m4/; revision=4440
parent
93bac0d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/ogg.m4
View file @
d4b0c1e3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment