aboutsummaryrefslogtreecommitdiff
path: root/acaux.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acaux.m4')
-rw-r--r--acaux.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acaux.m4 b/acaux.m4
index 906b50b..0ac92d0 100644
--- a/acaux.m4
+++ b/acaux.m4
@@ -34,7 +34,7 @@ AC_DEFUN(AC_SYS_SHAREDLIB,
sharedlib_linkflags_gcc='-Wl,-rpath,$(libdir)'
;;
Linux*)
- sharedlib_buildflags_gcc='-shared -Wl,-soname,$(sharedlib)'
+# sharedlib_buildflags_gcc='-shared -Wl,-soname,$(sharedlib)'
sharedlib_postinstall='ldconfig #'
sharedlib_linkflags='-Wl,-rpath,$(libdir)'
;;