Markus Oberhumer fixed the -cflags option

This commit is contained in:
Daniel Stenberg 2003-01-16 10:58:49 +00:00
parent 63667dfd96
commit b0fbb98f41
1 changed files with 5 additions and 2 deletions

View File

@ -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)