Skip to content

Commit

Permalink
hm, --cflags should only show the flags a 3rd party program would need
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 16, 2001
1 parent 861ca06 commit 47ff6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ while test $# -gt 0; do
;;

--cflags)
echo -I@includedir@ @CPPFLAGS@
echo -I@includedir@
;;

--libs)
Expand Down

0 comments on commit 47ff6f2

Please sign in to comment.