aboutsummaryrefslogtreecommitdiff
path: root/common/m4/ax_pd_external.m4
diff options
context:
space:
mode:
Diffstat (limited to 'common/m4/ax_pd_external.m4')
-rw-r--r--common/m4/ax_pd_external.m46
1 files changed, 4 insertions, 2 deletions
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))' \