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