From d6640d4bd01874fc469c58c506527465a62d140b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 6 Jul 2003 09:29:52 +0000 Subject: Include grp.h in setgroups test. Fixes #765822. --- configure | 10 +++++++--- configure.in | 4 ++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/configure b/configure index f5bbc77..3f4ed4d 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.420 . +# From configure.in Revision: 1.421 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for python 2.3. # @@ -908,7 +908,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` @@ -13123,6 +13123,7 @@ echo "${ECHO_T}no" >&6 fi rm -f conftest.$ac_objext conftest.$ac_ext +# On some systems, setgroups is in unistd.h, on others, in grp.h echo "$as_me:$LINENO: checking for setgroups" >&5 echo $ECHO_N "checking for setgroups... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF @@ -13131,6 +13132,9 @@ cat >conftest.$ac_ext <<_ACEOF #include "confdefs.h" #include +#ifdef HAVE_GRP_H +#include +#endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus @@ -18450,7 +18454,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` diff --git a/configure.in b/configure.in index b82ca6e..8ab79b5 100644 --- a/configure.in +++ b/configure.in @@ -2127,10 +2127,14 @@ AC_TRY_COMPILE([ AC_MSG_RESULT(no) ) +# On some systems, setgroups is in unistd.h, on others, in grp.h AC_MSG_CHECKING(for setgroups) AC_TRY_COMPILE([ #include "confdefs.h" #include +#ifdef HAVE_GRP_H +#include +#endif ], void* p = setgroups, AC_DEFINE(HAVE_SETGROUPS, 1, Define if you have the 'setgroups' function.) -- cgit v0.12