From: Brian Havard Date: Mon, 12 Jun 2000 13:07:08 +0000 (+0000) Subject: Don't add -ldl for OS/2. X-Git-Tag: APACHE_2_0_ALPHA_5~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26d4070ce316f63756360637e5837e4446667496;p=apache Don't add -ldl for OS/2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85533 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index 0740a97e96..b74456f433 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -63,6 +63,8 @@ case "$PLAT" in ;; *-freebsd*) ;; + *-os2_emx) + ;; *) LIBS="$LIBS -ldl" ;;