From eeb84f774dd8dab7b16ff88aeb5911dafd62c28f Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 5 Jun 2012 13:35:51 +0000 Subject: Always print the include dir as we are never in the default path anymore. --- src/build-data/botan-config.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/build-data') 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" ] -- cgit v1.2.3