diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 023de698d6..e8dd475eb4 100644 --- a/configure.in +++ b/configure.in @@ -807,7 +807,7 @@ program|static) shared) enable_static=no standard_libtool_flag=-prefer-pic - EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module" ;; esac |