summaryrefslogtreecommitdiff
path: root/source4/lib/replace/libreplace_ld.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace/libreplace_ld.m4')
-rw-r--r--source4/lib/replace/libreplace_ld.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4
index 35d09d0652..a8bc22cb5b 100644
--- a/source4/lib/replace/libreplace_ld.m4
+++ b/source4/lib/replace/libreplace_ld.m4
@@ -168,5 +168,9 @@ AC_DEFUN([AC_LD_SONAMEFLAG],
*darwin*)
SONAMEFLAG="-install_name "
;;
+ *aix*)
+ # Not supported
+ SONAMEFLAG="#"
+ ;;
esac
])