diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 01:47:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 01:47:59 +0000 |
commit | bc9e01214a576be965a6aa109963be489f68c8f9 (patch) | |
tree | 3bd9c888127de37c45de8f9bbf2e3bad4096d10c /configure.in | |
parent | 2bfdb970c6bcc7bc33bd217dfcef1ab5a650b9d4 (diff) |
2002-01-01 Roland McGrath <roland@frob.com>
* configure.in: Fix last change to use IsNotLong instead of NoLong.
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. |