$NetBSD: patch-configure,v 1.6.2.2 2017/08/28 19:01:04 bsiegert Exp $

Regen after excluding -latomic test on NetBSD.

--- configure.orig	2017-08-24 16:29:40.591346034 +0000
+++ configure
@@ -5567,9 +5567,14 @@ else
 fi
 
 
-  case "$host" in
-  mips* | powerpc* )
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -latomic" >&5
+  case "$host_os" in
+  netbsd*)
+    : # no -latomic
+    ;;
+  *)
+    case "$host" in
+    mips* | powerpc* )
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -latomic" >&5
 $as_echo_n "checking whether the linker accepts -latomic... " >&6; }
 if ${ax_cv_check_ldflags___latomic+:} false; then :
   $as_echo_n "(cached) " >&6
@@ -5606,7 +5611,9 @@ else
 
 fi
 
-    LDFLAGS="-latomic $LDFLAGS"
+      LDFLAGS="-latomic $LDFLAGS"
+      ;;
+    esac
     ;;
   esac
 
