From 21c0a8b46c0e695bb5cb189f01c97d990c7322e3 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 31 Oct 1994 19:45:09 +0000 Subject: [PATCH] Move WITH_CCOPTS and WITH_KRB5ROOT to the beginning of the file. Otherwise the other tests won't get the CCOPTS flags correct while doing the feature tests. (We need to make sure WITH_CCOPTS is at the beginning of all configure.in scripts!) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4600 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 7 +++++++ src/include/krb5/configure.in | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 8d93aedc7..c70d3dd93 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 31 14:43:07 1994 Theodore Y. Ts'o (tytso@dcl) + + * configure.in: Move WITH_CCOPTS and WITH_KRB5ROOT to the + beginning of the file. Otherwise the other tests won't + get the CCOPTS flags correct while doing the feature + tests. + Tue Oct 25 23:54:25 1994 Theodore Y. Ts'o (tytso@dcl) * ext-proto.h (strdup): If the header files have strdup, don't try diff --git a/src/include/krb5/configure.in b/src/include/krb5/configure.in index d31ef0543..9391f67c9 100644 --- a/src/include/krb5/configure.in +++ b/src/include/krb5/configure.in @@ -1,4 +1,6 @@ AC_INIT(krb5.h) +WITH_CCOPTS +WITH_KRB5ROOT AC_SET_BUILDTOP CONFIG_RULES ISODE_DEFS @@ -87,6 +89,4 @@ AC_CHECK_LIB(ndbm,main) AC_CHECK_LIB(dbm,main) AC_FUNC_CHECK([dbm_open], , AC_DEFINE(ODBM)) -WITH_CCOPTS -WITH_KRB5ROOT V5_AC_OUTPUT_MAKEFILE -- 2.26.2