From: Roy Marples Date: Sun, 26 Jul 2009 21:56:43 +0000 (+0000) Subject: Remove superfluous support words. X-Git-Tag: v5.1.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a5f4828099a2c710f52b09565c3894f579959e6;p=thirdparty%2Fdhcpcd.git Remove superfluous support words. --- 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) {