From ca1483ba6be132d0acdf848d1c519ba670686b44 Mon Sep 17 00:00:00 2001 From: mdw Date: Mon, 8 Sep 1997 13:41:14 +0000 Subject: [PATCH] Check for `setreuid' for changing permissions. --- configure.in | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 66491c9..cae954d 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.5 1997/09/05 11:45:18 mdw Exp $ +dnl $Id: configure.in,v 1.6 1997/09/08 13:41:14 mdw Exp $ dnl dnl Source for auto configuration for `become' dnl @@ -28,10 +28,13 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl----- Revision history --------------------------------------------------- dnl dnl $Log: configure.in,v $ -dnl Revision 1.5 1997/09/05 11:45:18 mdw -dnl Add support for different login styles, and environment variable -dnl manipulation in a safe and useful way. +dnl Revision 1.6 1997/09/08 13:41:14 mdw +dnl Check for `setreuid' for changing permissions. dnl +# Revision 1.5 1997/09/05 11:45:18 mdw +# Add support for different login styles, and environment variable +# manipulation in a safe and useful way. +# # Revision 1.4 1997/08/20 16:10:56 mdw # Lowercase `mdw_' prefixes to macros. Add a `--with-etcdir=PATH' # option. Update `stamp-h' as required by the Automake docs (silly @@ -95,7 +98,7 @@ AC_DEFINE(PATHSEP, '/') dnl --- Check for some useful functions --- -AC_CHECK_FUNCS(getrusage vtimes) +AC_CHECK_FUNCS(setreuid getrusage vtimes) dnl --- Set default become style --- -- 2.11.0