]> granicus.if.org Git - apache/commitdiff
Dont' add -ldl for BeOS.
authorDavid Reid <dreid@apache.org>
Mon, 12 Jun 2000 13:58:49 +0000 (13:58 +0000)
committerDavid Reid <dreid@apache.org>
Mon, 12 Jun 2000 13:58:49 +0000 (13:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85534 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/config.m4

index b74456f433046c53f11ff02778386c7d1d810b03..aa3fcdc861508047143dfbd56703c81017e4c121 100644 (file)
@@ -65,6 +65,8 @@ case "$PLAT" in
         ;;
     *-os2_emx)
         ;;
+    *-beos*)
+        ;;
     *)
         LIBS="$LIBS -ldl"
         ;;