- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.
diff --git a/configure.in b/configure.in
index dc74743..01d81e9 100644
--- a/configure.in
+++ b/configure.in
@@ -3652,7 +3652,8 @@
 		esac
 		;;
 	CYGWIN*)   SO=.dll;;
-	Linux*)    SO=.${SOABI}.so;;
+	Linux*|GNU*)
+		   SO=.${SOABI}.so;;
 	*)	   SO=.so;;
 	esac
 else