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
+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
AC_INIT(krb5.h)
+WITH_CCOPTS
+WITH_KRB5ROOT
AC_SET_BUILDTOP
CONFIG_RULES
ISODE_DEFS
AC_CHECK_LIB(dbm,main)
AC_FUNC_CHECK([dbm_open], , AC_DEFINE(ODBM))
-WITH_CCOPTS
-WITH_KRB5ROOT
V5_AC_OUTPUT_MAKEFILE