2
0
mirror of https://github.com/curl/curl.git synced 2025-04-24 16:40:32 +08:00

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

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