X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.in;fp=configure.in;h=13c01a9659f2732b220f1f7fd6625efa214709fb;hp=5f644886dbb5a255c8b20a70d1cd3ac49b96e4fb;hb=f3718a8ae29df326133891a60b3ef5b62a560e6e;hpb=dd5111d0c780a7a7a434a7dcb40621088c77f75c diff --git a/configure.in b/configure.in index 5f64488..13c01a9 100644 --- a/configure.in +++ b/configure.in @@ -1277,22 +1277,28 @@ we_have_sigpoll ], AC_DEFINE(HAVE_SIGPOLL) haveSIGPOLL=yes, haveSIGPOLL=no) AC_MSG_RESULT([$haveSIGPOLL]) -AC_MSG_CHECKING(for _SC_GETGR_R_SIZE_MAX) +AC_MSG_CHECKING([for _SC_GETGR_R_SIZE_MAX]) AC_EGREP_CPP(we_have_that_sysconf_thing, [ #include #ifdef _SC_GETGR_R_SIZE_MAX we_have_that_sysconf_thing #endif -], AC_MSG_RESULT(yes) AC_DEFINE(HAVE_SC_GETGR_R_SIZE_MAX), AC_MSG_RESULT(no)) +], +[AC_MSG_RESULT([yes]) +AC_DEFINE(HAVE_SC_GETGR_R_SIZE_MAX)], +[AC_MSG_RESULT([no])]) -AC_MSG_CHECKING(for _SC_GETPW_R_SIZE_MAX) +AC_MSG_CHECKING([for _SC_GETPW_R_SIZE_MAX]) AC_EGREP_CPP(we_have_that_sysconf_thing, [ #include #ifdef _SC_GETPW_R_SIZE_MAX we_have_that_sysconf_thing #endif -], AC_MSG_RESULT(yes) AC_DEFINE(HAVE_SC_GETPW_R_SIZE_MAX), AC_MSG_RESULT(no)) +], +[AC_MSG_RESULT([yes]) +AC_DEFINE(HAVE_SC_GETPW_R_SIZE_MAX)], +[AC_MSG_RESULT([no])]) AC_OUTPUT(mk/config.mk, echo timestamp > mk/stamp-h )