summaryrefslogtreecommitdiff
path: root/curl-config.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-11-20 19:04:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-11-20 19:04:34 +0000
commitf68505ee23d37afa31d908e146beab33935b7eed (patch)
tree716f22cec22286a7e325849e8ba5d954a1f6a6a5 /curl-config.in
parentd2174da6416b9042e38ac3be12ec287b755a77dc (diff)
downloadcurl-f68505ee23d37afa31d908e146beab33935b7eed.tar.gz
Karol Pietrzak pointed out that simply including the include dir in --cflags
is not a good thing, as recent gccs for example complain if it is /usr/include Right now, we just output "" until we think of something better.
Diffstat (limited to 'curl-config.in')
-rw-r--r--curl-config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/curl-config.in b/curl-config.in
index 052bf345c..3e3cb2f2e 100644
--- a/curl-config.in
+++ b/curl-config.in
@@ -107,7 +107,8 @@ while test $# -gt 0; do
;;
--cflags)
- echo -I@includedir@
+ #echo -I@includedir@
+ echo ""
;;
--libs)