emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 61fd017abde: * configure.ac: Add -lbsd on Haiku.


From: Po Lu
Subject: emacs-29 61fd017abde: * configure.ac: Add -lbsd on Haiku.
Date: Tue, 11 Apr 2023 08:08:29 -0400 (EDT)

branch: emacs-29
commit 61fd017abde84bcf2c8a47f22db416a163533b91
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * configure.ac: Add -lbsd on Haiku.
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ed888982d5a..1fbe7435b22 100644
--- 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])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]