diff options
-rw-r--r-- | configure.in | 2 |
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 |