Branch oldpackages for 14.07
[14.07/packages.git] / admin / osiris / patches / 010-dont-add-host-include-paths.patch
1 diff --git a/configure b/configure
2 index f7f5ce9..322a49d 100755
3 --- a/configure
4 +++ b/configure
5 @@ -4448,11 +4448,6 @@ cat >>confdefs.h <<_ACEOF
6  #define SYSTEM_LINUX 1
7  _ACEOF
8  
9 -
10 -    rc=`grep -c krb5 /usr/include/openssl/ssl.h`
11 -    if test $rc -ne 0; then
12 -        CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}"
13 -    fi
14      ;;
15  BSD*)
16