aboutsummaryrefslogtreecommitdiff
path: root/gfsm/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/configure')
-rwxr-xr-xgfsm/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/gfsm/configure b/gfsm/configure
index 3c9b01f..b44de2d 100755
--- a/gfsm/configure
+++ b/gfsm/configure
@@ -20367,9 +20367,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
@@ -20436,7 +20438,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))' \