From: David Reid Date: Mon, 12 Jun 2000 13:58:49 +0000 (+0000) Subject: Dont' add -ldl for BeOS. X-Git-Tag: APACHE_2_0_ALPHA_5~362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6571e18f19ec63f6874254ecc397d0d5e1bb125;p=apache Dont' add -ldl for BeOS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85534 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index b74456f433..aa3fcdc861 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -65,6 +65,8 @@ case "$PLAT" in ;; *-os2_emx) ;; + *-beos*) + ;; *) LIBS="$LIBS -ldl" ;;