projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05971c4
)
* configure.ac: Add -lbsd on Haiku.
author
Po Lu
<luangruo@yahoo.com>
Tue, 11 Apr 2023 12:07:50 +0000
(20:07 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 11 Apr 2023 12:08:12 +0000
(20:08 +0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ed888982d5aac22477f658e13d60dd4ef916ff1f..1fbe7435b22011cb9c04c17a7ecd4160ee3dd331 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1642,7
+1642,8
@@
case "$opsys" in
## Motif needs -lgen.
unixware) LIBS_SYSTEM="-lsocket -lnsl -lelf -lgen" ;;
- haiku) LIBS_SYSTEM="-lnetwork" ;;
+ # Haiku needs -lbsd for cfsetspeed.
+ haiku) LIBS_SYSTEM="-lnetwork -lbsd" ;;
esac
AC_SUBST([LIBS_SYSTEM])