as_fn_error $? "krb5.h not found" "$LINENO" 5
fi
- CPPFLAGS="$saved_cppflags"
-
#
# XXXDCL This probably doesn't work right on all systems.
# It will need to be worked on as problems become evident.
esac
done
+ CPPFLAGS="$saved_cppflags"
+
case $gssapi_linked in
no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
esac
AC_MSG_ERROR([krb5.h not found])
fi
- CPPFLAGS="$saved_cppflags"
-
#
# XXXDCL This probably doesn't work right on all systems.
# It will need to be worked on as problems become evident.
esac
done
+ CPPFLAGS="$saved_cppflags"
+
case $gssapi_linked in
no) AC_MSG_ERROR(could not determine proper GSSAPI linkage) ;;
esac