From 52abaa102fd8d1e1e90d322b7b21796c40953395 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 25 Apr 2009 19:08:02 +0000 Subject: + updated extended/Makefile, locale/: win32 configure bug hunt svn path=/trunk/externals/moocow/; revision=11146 --- common/m4/ax_pd_external.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/m4/ax_pd_external.m4 b/common/m4/ax_pd_external.m4 index 6cdc91d..3c895bf 100644 --- a/common/m4/ax_pd_external.m4 +++ b/common/m4/ax_pd_external.m4 @@ -272,8 +272,10 @@ AC_DEFUN([AX_PD_EXTERNAL], Darwin) AC_MSG_RESULT(darwin) ;; - MINGW32_NT-5.1) + MINGW32_NT-*) + ##-- build farm: `uname -s` = MINGW32_NT-5.1 AC_MSG_RESULT(win32) + uname_s="MINGW32_NT" ##-- normalize ;; IRIX64) AC_MSG_RESULT(irix64) @@ -336,7 +338,7 @@ AC_DEFUN([AX_PD_EXTERNAL], ##-- win32 via minGW/MSYS ## + courtesy of pd-extended build system, SVN externals/Makefile - if test "$uname_s" = "MINGW32_NT-5.1"; + if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1 then PDEXT_DFLAGS="\ -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \ -- cgit v1.2.1