diff options
author | Jeremy Allison <jra@samba.org> | 2001-12-30 01:46:38 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-12-30 01:46:38 +0000 |
commit | bb81e23e176ec7dfe0111b5aa2946a51239ef3b9 (patch) | |
tree | c1df8492aba552c718d407988ab146e37dc4b3e6 /source3/configure | |
parent | 98010a076797f4d05d8c9bff45e65c076f30da3a (diff) | |
download | samba-bb81e23e176ec7dfe0111b5aa2946a51239ef3b9.tar.gz samba-bb81e23e176ec7dfe0111b5aa2946a51239ef3b9.tar.bz2 samba-bb81e23e176ec7dfe0111b5aa2946a51239ef3b9.zip |
When running interactive we want to set our own process group for
signal management.
Jeremy.
(This used to be commit fffae94dd5699f44c0b1c8081587deafd89b3fc0)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index 63fc4a4965..10a497669d 100755 --- a/source3/configure +++ b/source3/configure @@ -945,7 +945,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -for ac_prog in mawk gawk nawk awk +for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -5191,7 +5191,7 @@ else fi done -for ac_func in fstat strchr utime utimes getrlimit fsync bzero memset strlcpy strlcat +for ac_func in fstat strchr utime utimes getrlimit fsync bzero memset strlcpy strlcat setpgid do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:5198: checking for $ac_func" >&5 |