X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure;h=282218fb9511575626da919e4beca5354129cd2a;hb=2d7f1686976ab8047a05b1246e90d5d960f9ca9c;hp=26bfb6e8161866edec47bcd42ce0999c12978cf2;hpb=83e03a535e950dba95714e93928a877a5151a856;p=mod_auth_kerb.git diff --git a/configure b/configure index 26bfb6e..282218f 100755 --- a/configure +++ b/configure @@ -594,8 +594,8 @@ if test "${with_krb5+set}" = set; then withval="$with_krb5" if test -d $withval ; then - CFLAGS="$CFLAGS -I$withval/include" - CPPFLAGS="$CPPFLAGS -I$withval/include" + CFLAGS="$CFLAGS -I$withval/include -I$withval/include/kerberosIV" + CPPFLAGS="$CPPFLAGS -I$withval/include -I$withval/include/kerberosIV" LDFLAGS="$LDFLAGS -L$withval/lib" case "$host" in @@ -616,8 +616,8 @@ if test "${with_krb5_include+set}" = set; then withval="$with_krb5_include" if test -d $withval ; then - CFLAGS="$CFLAGS -I$withval" - CPPFLAGS="$CPPFLAGS -I$withval" + CFLAGS="$CFLAGS -I$withval -I$withval/include/kerberosIV" + CPPFLAGS="$CPPFLAGS -I$withval -I$withval/include/kerberosIV" else { echo "configure: error: Specified Kerberos 5 directory doesn't exist." 1>&2; exit 1; } fi