From: Michael Wetherell Date: Fri, 22 Apr 2005 15:01:28 +0000 (+0000) Subject: Temporary fix to allow configure to run for djgpp. Will be overwritten next time... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ade0f98ade7cbc4c1b774cfb2f5934236c812c2b Temporary fix to allow configure to run for djgpp. Will be overwritten next time aclocal.m4 is regenerated. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/aclocal.m4 b/aclocal.m4 index 02978ca96f..dab409f14d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1897,7 +1897,8 @@ AC_DEFUN([AC_BAKEFILE_SHARED_LD], *-*-sunos4* | \ *-*-osf* | \ *-*-dgux5* | \ - *-*-sysv5* ) + *-*-sysv5* | \ + *-pc-msdosdjgpp ) dnl defaults are ok ;;