From 82499c49e4c5e3375ae8a17ce92359c694406782 Mon Sep 17 00:00:00 2001
From: Stefan Neis <Stefan.Neis@t-online.de>
Date: Sun, 17 Aug 2003 15:29:00 +0000
Subject: [PATCH] Added OS/2 to the list of platforms known to
 AC_BAKEFILE_SHARED_LD.   (Although it should not be needed since I always
 build static libs on OS/2?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 aclocal.m4 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/aclocal.m4 b/aclocal.m4
index e7d0b3fb59..3e7001329d 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1401,7 +1401,8 @@ EOF
       *-*-sunos4* | \
       *-*-osf* | \
       *-*-dgux5* | \
-      *-*-sysv5* )
+      *-*-sysv5* | \
+      *-pc-os2_emx | *-pc-os2-emx )
         dnl defaults are ok
       ;;
 
-- 
2.45.2