From 6b5de6ad53e690d6c188ec0d7b94167d46e16c89 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 8 Oct 1994 05:04:59 +0000 Subject: [PATCH] If using ISODE we need to add -DKRB5_USE_ISODE to $DEFS, not KRB5_USE_ISODE! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4488 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 5 +++++ src/aclocal.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index bfe0cee9b..ede110d50 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 7 16:38:11 1994 Theodore Y. Ts'o (tytso@maytag) + + * aclocal.m4: If using isode we need to add -DKRB5_USE_ISODE to + $DEFS, not KRB5_USE_ISODE! + Thu Oct 6 20:05:07 1994 Theodore Y. Ts'o (tytso@dcl) * configure.in: Add recursive "make check" target. diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 0a67fc7cd..d13c987f7 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -470,7 +470,7 @@ dnl dnl allow for compilation with isode (yuck!) dnl define(ISODE_DEFS, -[AC_ENABLE([isode],[ADD_DEF(KRB5_USE_ISODE)],)])dnl +[AC_ENABLE([isode],[ADD_DEF(-DKRB5_USE_ISODE)],)])dnl undefine([AC_PROG_INSTALL])dnl define(AC_PROG_INSTALL, [# Make sure to not get the incompatible SysV /etc/install and -- 2.26.2