summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dc74743..01d81e9 100644
--- a/configure.in
+++ b/configure.in
@@ -3652,7 +3652,8 @@ then
esac
;;
CYGWIN*) SO=.dll;;
- Linux*) SO=.${SOABI}.so;;
+ Linux*|GNU*)
+ SO=.${SOABI}.so;;
*) SO=.so;;
esac
else