diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index cf117be0..49fe056b 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_REVISION([$Id: configure.in,v 1.24 2001/12/31 23:39:18 roland Exp $]) +AC_REVISION([$Id: configure.in,v 1.25 2002/01/02 01:47:59 roland Exp $]) AC_PREREQ(2.12) dnl Minimum Autoconf version required. AC_INIT(hurd/hurd_types.h) dnl A distinctive file to look for in srcdir. @@ -98,8 +98,8 @@ else fi rm -f conftest*]) if test $hurd_cv_mig_retcode = no; then - dnl NoLong is a harmless syntactically equivalent flag. - AC_DEFINE(RetCode, NoLong) + dnl IsNoTLong is a harmless syntactically equivalent flag. + AC_DEFINE(RetCode, IsNotLong) fi # See if --version-script is available. |