* configure.in: Supply all three arguments when calling AC_DEFINE
authorKen Raeburn <raeburn@mit.edu>
Tue, 28 Mar 2006 04:31:02 +0000 (04:31 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 28 Mar 2006 04:31:02 +0000 (04:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17788 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/configure.in

index 360e2270db69c1a20696af5174005de76948483d..ad0b3a920d6a64c4bae15248d61c170fb9f4b9f2 100644 (file)
@@ -1,5 +1,8 @@
 2006-03-27  Ken Raeburn  <raeburn@mit.edu>
 
+       * configure.in: Supply all three arguments when calling
+       AC_DEFINE.
+
        * com_err.c (set_com_err_hook, reset_com_err_hook): Enable
        compilation on Windows.
 
index e6a51f99a1a5f0389f68307019136d74513836b3..077eec61f644ce0d4f5c6cccabd2ff4ff16d6265 100644 (file)
@@ -14,7 +14,7 @@ AC_CACHE_VAL(krb5_cv_decl_perror,
   krb5_cv_decl_perror=yes, krb5_cv_decl_perror=no)])dnl
 AC_MSG_RESULT($krb5_cv_decl_perror)
 if test $krb5_cv_decl_perror = yes; then
-       AC_DEFINE(HDR_HAS_PERROR)
+       AC_DEFINE(HDR_HAS_PERROR,1,[Define if errno.h declares perror])
 fi
 dnl
 AC_CHECK_FUNCS(strerror)