1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

* Added -lrt for HP/UX port.

This commit is contained in:
Christophe Massiot 2002-07-20 22:31:08 +00:00
parent 3dd66e381c
commit c7fe104b1c
2 changed files with 330 additions and 285 deletions

612
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -157,6 +157,9 @@ if test x$have_nanosleep = x1; then
AC_DEFINE(HAVE_NANOSLEEP, 1,
Define if nanosleep is available.)
fi
# HP/UX port
AC_CHECK_LIB(rt,sem_init, [vlc_LDFLAGS="${vlc_LDFLAGS} -lrt"])
AC_CHECK_FUNC(inet_aton,,[
AC_CHECK_LIB(resolv,inet_aton,ipv4_LDFLAGS="${ipv4_LDFLAGS} -lresolv")
])