If using ISODE we need to add -DKRB5_USE_ISODE to $DEFS, not KRB5_USE_ISODE!
authorTheodore Tso <tytso@mit.edu>
Sat, 8 Oct 1994 05:04:59 +0000 (05:04 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 8 Oct 1994 05:04:59 +0000 (05:04 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4488 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index bfe0cee9b3ebc16220a55a377a52d6c223960874..ede110d505033451ac39fd8891ea344bdba07f3d 100644 (file)
@@ -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.
index 0a67fc7cd4c36cd63bae1e0ad9a9f436f60503f9..d13c987f7d3e64f29944f7a161d7e2fe3effd324 100644 (file)
@@ -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