1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

hm, --cflags should only show the flags a 3rd party program would need

This commit is contained in:
Daniel Stenberg 2001-08-16 13:09:20 +00:00
parent 861ca06f11
commit 47ff6f29f4

View File

@ -73,7 +73,7 @@ while test $# -gt 0; do
;;
--cflags)
echo -I@includedir@ @CPPFLAGS@
echo -I@includedir@
;;
--libs)