mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
Add comment to -lV3 test that this is not needed in
newer versions of HP-UX. However, as the test causes no problems on any system, it's left in place (as someone might actually be using an older version of HP-UX).
This commit is contained in:
parent
400af27afa
commit
15902ae7e1
3 changed files with 633 additions and 582 deletions
|
|
@ -799,8 +799,9 @@ dnl Checks for libraries
|
|||
|
||||
AC_CHECK_FUNC(dlopen, :, [AC_CHECK_LIB(dl, dlopen)])
|
||||
|
||||
dnl HP-UX requires -lV3 (or not)
|
||||
dnl AC_CHECK_LIB(V3, sigset)
|
||||
dnl HP-UX requires -lV3
|
||||
dnl this is not needed on newer versions of HP-UX
|
||||
AC_CHECK_LIB(V3, sigset)
|
||||
|
||||
dnl The following is INTENTIONALLY scripted out because shell does not
|
||||
dnl support variable names with the '@' character, which is what
|
||||
|
|
|
|||
|
|
@ -580,6 +580,9 @@
|
|||
/* Define if you have the <winsock2.h> header file. */
|
||||
#undef HAVE_WINSOCK2_H
|
||||
|
||||
/* Define if you have the V3 library (-lV3). */
|
||||
#undef HAVE_LIBV3
|
||||
|
||||
/* Define if you have the bind library (-lbind). */
|
||||
#undef HAVE_LIBBIND
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue