diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 01:56:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 01:56:39 +0000 |
commit | 1c5b230e29c9319412ba4a13be1e81b3d321b3a2 (patch) | |
tree | 54d3c5f5fcd8fbcb7c2544ec9c602c2744e0ed47 | |
parent | 5edcf3187b6e2001f3bc38567ed2a0cc3e3287f9 (diff) |
2002-01-01 Roland McGrath <roland@frob.com>
* configure.in: Make that "-DRETCODE=".
-rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
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. |