diff options
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/aclocal.m4 | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 807b55c49..d115966b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 28 14:34:17 1995 Mark Eichin <eichin@cygnus.com> + + * aclocal.m4 (WITH_KRB4): put AC_CONST in, since we always end up + needing it. + Fri Apr 28 13:28:02 1995 Theodore Y. Ts'o <tytso@dcl> * configure.in: Also compile the kadmin.old directory, at least diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 8b7183df9..184459634 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -347,6 +347,7 @@ else fi AC_SUBST(KRB4_LIB) AC_SUBST(KDB4_LIB) +AC_CONST ])dnl dnl dnl set $(CC) from --with-cc=value |
