Browse Source

Karol Pietrzak pointed out that simply including the include dir in --cflags

is not a good thing, as recent gccs for example complain if it is /usr/include

Right now, we just output "" until we think of something better.
darwin-pinnedpubkey
Daniel Stenberg 21 years ago
parent
commit
f68505ee23
  1. 3
      curl-config.in

3
curl-config.in

@ -107,7 +107,8 @@ while test $# -gt 0; do @@ -107,7 +107,8 @@ while test $# -gt 0; do
;;
--cflags)
echo -I@includedir@
#echo -I@includedir@
echo ""
;;
--libs)

Loading…
Cancel
Save