hm, --cflags should only show the flags a 3rd party program would need
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Aug 2001 13:09:20 +0000 (13:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Aug 2001 13:09:20 +0000 (13:09 +0000)
curl-config.in

index b827480..ca880c8 100644 (file)
@@ -73,7 +73,7 @@ while test $# -gt 0; do
        ;;
 
     --cflags)
-               echo -I@includedir@ @CPPFLAGS@
+               echo -I@includedir@
                ;;
 
     --libs)