* configure.ac: Add -lbsd on Haiku.
This commit is contained in:
parent
05971c4d9a
commit
61fd017abd
1 changed files with 2 additions and 1 deletions
|
@ -1642,7 +1642,8 @@ case "$opsys" in
|
||||||
## Motif needs -lgen.
|
## Motif needs -lgen.
|
||||||
unixware) LIBS_SYSTEM="-lsocket -lnsl -lelf -lgen" ;;
|
unixware) LIBS_SYSTEM="-lsocket -lnsl -lelf -lgen" ;;
|
||||||
|
|
||||||
haiku) LIBS_SYSTEM="-lnetwork" ;;
|
# Haiku needs -lbsd for cfsetspeed.
|
||||||
|
haiku) LIBS_SYSTEM="-lnetwork -lbsd" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_SUBST([LIBS_SYSTEM])
|
AC_SUBST([LIBS_SYSTEM])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue