From: Roy Marples Date: Sat, 5 Jul 2014 15:40:01 +0000 (+0000) Subject: Fix fallback test X-Git-Tag: v6.4.1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13b53e5ac49da0eda7d7fd3c103adde960cfae13;p=thirdparty%2Fdhcpcd.git Fix fallback test --- diff --git a/configure b/configure index 0b175696..3c7fca93 100755 --- a/configure +++ b/configure @@ -432,7 +432,7 @@ int main(void) { EOF if $XCC _getifaddrs.c -o _getifaddrs 2>/dev/null; then echo "yes" -elif $XCC _getifaddrs.c -o _getifaddrs -lsocket >/dev/null; then +elif $XCC _getifaddrs.c -o _getifaddrs -lsocket 2>/dev/null; then echo "yes (-lsocket)" echo "LDADD+= -lsocket" >>$CONFIG_MK else