aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-06-05 13:35:51 +0000
committerlloyd <[email protected]>2012-06-05 13:35:51 +0000
commiteeb84f774dd8dab7b16ff88aeb5911dafd62c28f (patch)
tree1afb2c069a4994e9210c346582312749b2bc326c /src/build-data
parentd2755b1bf1b37abcfa28e3a23e73fe40ce99b107 (diff)
Always print the include dir as we are never in the default path
anymore.
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/botan-config.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/build-data/botan-config.in b/src/build-data/botan-config.in
index 6780c12b8..f855cbc50 100644
--- a/src/build-data/botan-config.in
+++ b/src/build-data/botan-config.in
@@ -46,10 +46,7 @@ while test $# -gt 0; do
exit 0
;;
--cflags)
- if [ $prefix != "/usr" -a $prefix != "/usr/local" ]
- then
- echo -I$prefix/$includedir
- fi
+ echo -I$prefix/$includedir
;;
--libs)
if [ $prefix != "/usr" -a $prefix != "/usr/local" ]