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
1 changed files with 1 additions and 1 deletions

View File

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