aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-04-25 19:08:02 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-04-25 19:08:02 +0000
commit52abaa102fd8d1e1e90d322b7b21796c40953395 (patch)
treeeeb05c66d6d200cd94a8d3669c6afb21067c4f3f /locale
parentbcd6c171b0a7636d9a21df328e5e384d1e3d6377 (diff)
+ updated extended/Makefile, locale/: win32 configure bug hunt
svn path=/trunk/externals/moocow/; revision=11146
Diffstat (limited to 'locale')
-rwxr-xr-xlocale/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/locale/configure b/locale/configure
index 22c55cc..9c9385b 100755
--- a/locale/configure
+++ b/locale/configure
@@ -3707,9 +3707,11 @@ echo "${ECHO_T}linux" >&6; }
{ echo "$as_me:$LINENO: result: darwin" >&5
echo "${ECHO_T}darwin" >&6; }
;;
- MINGW32_NT-5.1)
+ MINGW32_NT-*)
+ ##-- build farm: `uname -s` = MINGW32_NT-5.1
{ echo "$as_me:$LINENO: result: win32" >&5
echo "${ECHO_T}win32" >&6; }
+ uname_s="MINGW32_NT" ##-- normalize
;;
IRIX64)
{ echo "$as_me:$LINENO: result: irix64" >&5
@@ -3776,7 +3778,7 @@ echo "$as_me: WARNING: Unknown kernel type \"$uname_s\" defaults to \"Linux\"" >
##-- 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))' \