diff options
Diffstat (limited to 'src')
-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" ] |