summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/gss-sample/ChangeLog5
-rw-r--r--src/appl/gss-sample/configure.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog
index 5f458ec12..5a226f1ad 100644
--- a/src/appl/gss-sample/ChangeLog
+++ b/src/appl/gss-sample/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 26 17:17:22 1995 Mark Eichin <eichin@cygnus.com>
+
+ * configure.in: use AC_CONST since we don't learn it from the krb5
+ headers and gssapi.h uses it.
+
Thu Mar 2 12:29:50 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
diff --git a/src/appl/gss-sample/configure.in b/src/appl/gss-sample/configure.in
index 2f2982996..f1e8e4e77 100644
--- a/src/appl/gss-sample/configure.in
+++ b/src/appl/gss-sample/configure.in
@@ -6,5 +6,6 @@ WITH_NETLIB
AC_HAVE_HEADERS(unistd.h)
KRB_INCLUDE
WITH_KRB5ROOT
+AC_CONST
AC_PROG_INSTALL
V5_AC_OUTPUT_MAKEFILE