aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-04-19 08:50:11 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-04-19 08:50:11 +0000
commite741621dd843a5b61aa0a3060d6ec1bc623fa593 (patch)
treec359eed9c9a8a80ba04281a2dcb25401e74c4894
parentd0aa44063cdaa049e621eeae4cb3ce1dd0834d1d (diff)
+ updated known-system check in common/m4/ax_pd_external.m4
svn path=/trunk/externals/moocow/; revision=11059
-rw-r--r--common/m4/ax_pd_external.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/common/m4/ax_pd_external.m4 b/common/m4/ax_pd_external.m4
index 1799cc7..6cdc91d 100644
--- a/common/m4/ax_pd_external.m4
+++ b/common/m4/ax_pd_external.m4
@@ -272,6 +272,9 @@ AC_DEFUN([AX_PD_EXTERNAL],
Darwin)
AC_MSG_RESULT(darwin)
;;
+ MINGW32_NT-5.1)
+ AC_MSG_RESULT(win32)
+ ;;
IRIX64)
AC_MSG_RESULT(irix64)
;;