From bc9e01214a576be965a6aa109963be489f68c8f9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 2 Jan 2002 01:47:59 +0000 Subject: 2002-01-01 Roland McGrath * configure.in: Fix last change to use IsNotLong instead of NoLong. --- configure.in | 6 +++--- 1 file 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. -- cgit v1.2.3