From: Daniel Stenberg Date: Thu, 16 Aug 2001 13:09:20 +0000 (+0000) Subject: hm, --cflags should only show the flags a 3rd party program would need X-Git-Tag: curl-7_8_1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47ff6f29f43f7461d72da199a6f1f167516534f5;p=thirdparty%2Fcurl.git hm, --cflags should only show the flags a 3rd party program would need --- diff --git a/curl-config.in b/curl-config.in index b827480d4f..ca880c8b77 100644 --- a/curl-config.in +++ b/curl-config.in @@ -73,7 +73,7 @@ while test $# -gt 0; do ;; --cflags) - echo -I@includedir@ @CPPFLAGS@ + echo -I@includedir@ ;; --libs)