diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 02:07:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 02:07:37 +0000 |
commit | a7918253586985805dc88c2b743bf05c7b0daf48 (patch) | |
tree | ed5b146a540dc8e99a05b4f6d0207fdce7682276 /configure.in | |
parent | 3ed9dfaf7fc7a9806da6d911b196387019f57a1f (diff) |
2002-01-01 Roland McGrath <roland@frob.com>
* configure.in: If mig supports `retcode', define HAVE_MIG_RETCODE.
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 a1667a63..064e995f 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.26 2002/01/02 01:56:39 roland Exp $]) +AC_REVISION([$Id: configure.in,v 1.27 2002/01/02 02:07:37 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. @@ -97,8 +97,8 @@ else hurd_cv_mig_retcode=no fi rm -f conftest*]) -if test $hurd_cv_mig_retcode = no; then - AC_DEFINE(RETCODE,) +if test $hurd_cv_mig_retcode = yes; then + AC_DEFINE(HAVE_MIG_RETCODE) fi # See if --version-script is available. |