diff options
author | lloyd <[email protected]> | 2012-06-05 13:35:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-06-05 13:35:51 +0000 |
commit | eeb84f774dd8dab7b16ff88aeb5911dafd62c28f (patch) | |
tree | 1afb2c069a4994e9210c346582312749b2bc326c /src/build-data | |
parent | d2755b1bf1b37abcfa28e3a23e73fe40ce99b107 (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.in | 5 |
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" ] |