--- libmonetra-7.7.0/configure.in.openssl_no_krb5 2017-09-09 06:19:08.899685158 +0200 +++ libmonetra-7.7.0/configure.in 2017-09-09 06:24:23.944504906 +0200 @@ -199,26 +199,6 @@ CFLAGS="$old_CFLAGS" CPPFLAGS="$old_CPPFLAGS" - if test "$openssl_requires_krb5" = "yes" ; then - AC_MSG_CHECKING(for ssl library location) - if test -r $krb5headers/krb5.h ; then - AC_MSG_RESULT($krb5headers) - elif test -r /usr/include/krb5.h ; then - krb5headers="/usr/include" - AC_MSG_RESULT($krb5headers) - elif test -r /usr/include/krb5/krb5.h ; then - krb5headers="/usr/include/krb5" - AC_MSG_RESULT($krb5headers) - elif test -r /usr/kerberos/include/krb5.h ; then - krb5headers="/usr/kerberos/include" - AC_MSG_RESULT($krb5headers) - else - AC_MSG_ERROR(could not find krb5.h please specify directory using --with-krb5headers=) - fi - - LIBM_CFLAGS="$LIBM_CFLAGS -I$krb5headers" - fi - fi CFLAGS="$CFLAGS $LIBM_CFLAGS"