patch-configure 389 B

12345678910111213
  1. $OpenBSD: patch-configure,v 1.7 2016/11/23 12:27:47 sthen Exp $
  2. --- configure.orig Tue Nov 8 10:16:39 2016
  3. +++ configure Tue Nov 8 10:17:17 2016
  4. @@ -5471,7 +5471,7 @@ fi
  5. # ping seems to take one of two formats for count (N)
  6. # BSD: ping -c N host
  7. # SVR: ping host N
  8. -$PING_PATH -c 1 -v 127.0.0.1 > /dev/null 2>&1
  9. +true
  10. if test $? -eq 0 ; then
  11. LG_PING_CMD="$PING_PATH -c 1"
  12. else