summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog7
-rw-r--r--src/include/krb5/configure.in4
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