1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

r25943: Fix soname on hpux.

(This used to be commit fd762b01ed378739241dc14b6af9df9fcfe7659c)
This commit is contained in:
Jelmer Vernooij 2007-11-14 00:22:31 +01:00 committed by Stefan Metzmacher
parent 5d4f507a65
commit 5adade2f2f

View File

@ -157,7 +157,7 @@ AC_DEFUN([AC_LD_SONAMEFLAG],
SONAMEFLAG="-Wl,-soname,"
;;
*hpux*)
SONAMEFLAG="-Wl,+h "
SONAMEFLAG="-Wl,+h,"
;;
*osf*)
SONAMEFLAG="-Wl,-soname,"