Skip to content
Snippets Groups Projects
Commit b0fbb98f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Markus Oberhumer fixed the -cflags option

parent 63667dfd
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,11 @@ while test $# -gt 0; do
;;
--cflags)
#echo -I@includedir@
echo ""
if test "X@includedir@" = "X/usr/include"; then
echo ""
else
echo "-I@includedir@"
fi
;;
--libs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment