summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 818d6dd3..70ed5741 100644
--- a/configure.in
+++ b/configure.in
@@ -3568,7 +3568,7 @@ fi
if test "$dlopen" = "yes"; then
case $host in
- *-linux*)
+ *-linux*|*-gnu)
SO_CFLAGS="-fPIC"
if test "$have_dl" = "yes"
then