mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Dont' add -ldl for BeOS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85534 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -65,6 +65,8 @@ case "$PLAT" in
|
||||
;;
|
||||
*-os2_emx)
|
||||
;;
|
||||
*-beos*)
|
||||
;;
|
||||
*)
|
||||
LIBS="$LIBS -ldl"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user