From 6a5f4828099a2c710f52b09565c3894f579959e6 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 26 Jul 2009 21:56:43 +0000 Subject: [PATCH] Remove superfluous support words. --- configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index baef0ff8..0a04a410 100755 --- a/configure +++ b/configure @@ -166,7 +166,7 @@ fi abort=false # We require the libc to support non standard functions, like getifaddrs -printf "Testing for getifaddrs support ... " +printf "Testing for getifaddrs ... " cat <_getifaddrs.c #include #include @@ -185,7 +185,7 @@ fi rm -f _getifaddrs.c _getifaddrs $abort && exit 1 -printf "Testing for arc4random support ... " +printf "Testing for arc4random ... " cat <_arc4random.c #include int main(void) { @@ -202,7 +202,7 @@ else fi rm -f _arc4random.c _arc4random -printf "Testing for closefrom support ... " +printf "Testing for closefrom ... " cat <_closefrom.c #include int main(void) { @@ -219,7 +219,7 @@ else fi rm -f _closefrom.c _closefrom -printf "Testing for getline support ... " +printf "Testing for getline ... " cat <_getline.c #define _GNU_SOURCE #include @@ -239,7 +239,7 @@ else fi rm -f _getline.c _getline -printf "Testing for strlcpy support ... " +printf "Testing for strlcpy ... " cat <_strlcpy.c #include int main(void) {