diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-04-28 12:35:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-04-28 12:35:00 +0000 |
commit | fd5c6d72d333a967480be834abb611120c1ae0b6 (patch) | |
tree | 9e22d1913b87af1ae023c1b48b9af579460ee5e6 /source3/configure | |
parent | 5671e632f834dbc8f16da66a1ad2c00928f5924c (diff) | |
download | samba-fd5c6d72d333a967480be834abb611120c1ae0b6.tar.gz samba-fd5c6d72d333a967480be834abb611120c1ae0b6.tar.bz2 samba-fd5c6d72d333a967480be834abb611120c1ae0b6.zip |
added asprintf test
(This used to be commit 8bda86c0bfd3693420e334a10d19bed61b131bae)
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 75736f4e3d..cbdd7ee50e 100755 --- a/source3/configure +++ b/source3/configure @@ -5235,7 +5235,7 @@ else fi done -for ac_func in memmove vsnprintf snprintf setsid glob strpbrk pipe crypt16 getauthuid +for ac_func in memmove vsnprintf snprintf asprintf setsid glob strpbrk pipe crypt16 getauthuid do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:5242: checking for $ac_func" >&5 |