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 | 460585a88100dfb6274d1753d7208964d41dfcb7 (patch) | |
| tree | d8479471ffedba90d547e1858bc4490aeb4808bd | |
| parent | e052e5945b29ad962091aa527f74a88b7f8cfe2b (diff) | |
2002-01-01 Roland McGrath <roland@frob.com>
* configure.in: If mig supports `retcode', define HAVE_MIG_RETCODE.
| -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. |
