From a7918253586985805dc88c2b743bf05c7b0daf48 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 2 Jan 2002 02:07:37 +0000 Subject: 2002-01-01 Roland McGrath * configure.in: If mig supports `retcode', define HAVE_MIG_RETCODE. --- configure.in | 6 +++--- 1 file 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. -- cgit v1.2.3