Commit 47ff6f29 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 861ca06f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ while test $# -gt 0; do
	;;

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

    --libs)