diff options
author | Alexandre Oliva <oliva@samba.org> | 1998-10-29 22:02:08 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1998-10-29 22:02:08 +0000 |
commit | 32217e9ea677dc294571da556bb218c23714ab6a (patch) | |
tree | 4ce7ee4d295b422baab17ea4f28dd7e7f9604bf4 /source3/configure | |
parent | 8fbb5be0cacfeff8f131f0441c80eb4ce4e6ab0e (diff) | |
download | samba-32217e9ea677dc294571da556bb218c23714ab6a.tar.gz samba-32217e9ea677dc294571da556bb218c23714ab6a.tar.bz2 samba-32217e9ea677dc294571da556bb218c23714ab6a.zip |
looks like someone forgot to commit these...
(This used to be commit 93b195d1e9490fb0e4310532fd15ab376f08aba5)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure index b414d30909..d2cc39aff8 100755 --- a/source3/configure +++ b/source3/configure @@ -3733,7 +3733,7 @@ else fi done -for ac_func in memmove vsnprintf setsid glob strpbrk pipe crypt16 getauthuid +for ac_func in memmove vsnprintf snprintf setsid glob strpbrk pipe crypt16 getauthuid do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3740: checking for $ac_func" >&5 |