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:
Kurt Zeilenga 2002-01-30 01:21:08 +00:00
parent 400af27afa
commit 15902ae7e1
3 changed files with 633 additions and 582 deletions

1207
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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

View file

@ -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