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 | e052e5945b29ad962091aa527f74a88b7f8cfe2b (patch) | |
tree | d3dad7633c096953d06fa3f1ec830c219016e7c0 | |
parent | c1099508d71e2abbcd25fdaf95a8f1a1e1397141 (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. |