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:
David Reid
2000-06-12 13:58:49 +00:00
parent 26d4070ce3
commit b6571e18f1

View File

@ -65,6 +65,8 @@ case "$PLAT" in
;;
*-os2_emx)
;;
*-beos*)
;;
*)
LIBS="$LIBS -ldl"
;;