diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-16 13:09:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-16 13:09:20 +0000 |
commit | 47ff6f29f43f7461d72da199a6f1f167516534f5 (patch) | |
tree | 62d484e8838e44f095ed693b64ce1d7d6ce8f25c /curl-config.in | |
parent | 861ca06f11f826017f190e7d6671c85200c7e09f (diff) | |
download | curl-47ff6f29f43f7461d72da199a6f1f167516534f5.tar.gz |
hm, --cflags should only show the flags a 3rd party program would need
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curl-config.in b/curl-config.in index b827480d4..ca880c8b7 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) |