aboutsummaryrefslogtreecommitdiff
path: root/deque/configure
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-04-25 19:20:12 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-04-25 19:20:12 +0000
commit3de59ea6617c7872b0bac6bd67540468d11f52f8 (patch)
tree6beb0771a945218cc1520ee850357aada37776ef /deque/configure
parent52abaa102fd8d1e1e90d322b7b21796c40953395 (diff)
+ updated ./configure scripts for win32 bug-hunt
svn path=/trunk/externals/moocow/; revision=11147
Diffstat (limited to 'deque/configure')
-rwxr-xr-xdeque/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/deque/configure b/deque/configure
index 9fd8869..e069f8c 100755
--- a/deque/configure
+++ b/deque/configure
@@ -3705,9 +3705,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
@@ -3774,7 +3776,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))' \