Browse Source

Markus Oberhumer fixed the -cflags option

darwin-pinnedpubkey
Daniel Stenberg 20 years ago
parent
commit
b0fbb98f41
  1. 7
      curl-config.in

7
curl-config.in

@ -107,8 +107,11 @@ while test $# -gt 0; do @@ -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)

Loading…
Cancel
Save