From 1c5b230e29c9319412ba4a13be1e81b3d321b3a2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 2 Jan 2002 01:56:39 +0000 Subject: 2002-01-01 Roland McGrath * configure.in: Make that "-DRETCODE=". --- configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 49fe056b..a1667a63 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.25 2002/01/02 01:47:59 roland Exp $]) +AC_REVISION([$Id: configure.in,v 1.26 2002/01/02 01:56:39 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,7 @@ else fi rm -f conftest*]) if test $hurd_cv_mig_retcode = no; then - dnl IsNoTLong is a harmless syntactically equivalent flag. - AC_DEFINE(RetCode, IsNotLong) + AC_DEFINE(RETCODE,) fi # See if --version-script is available. -- cgit v1.2.3