diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-19 09:24:37 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-19 09:24:37 +0000 |
commit | c4b96260a8bed24040603f7eb1c981d33b30cbe4 (patch) | |
tree | 758f502218aae4250f4932bf0ff50cd7ec187365 /locale/configure | |
parent | e741621dd843a5b61aa0a3060d6ec1bc623fa593 (diff) |
+ updated configure scripts for win32/mingw builds
svn path=/trunk/externals/moocow/; revision=11062
Diffstat (limited to 'locale/configure')
-rwxr-xr-x | locale/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/configure b/locale/configure index bb4db44..22c55cc 100755 --- a/locale/configure +++ b/locale/configure @@ -3707,6 +3707,10 @@ echo "${ECHO_T}linux" >&6; } { echo "$as_me:$LINENO: result: darwin" >&5 echo "${ECHO_T}darwin" >&6; } ;; + MINGW32_NT-5.1) + { echo "$as_me:$LINENO: result: win32" >&5 +echo "${ECHO_T}win32" >&6; } + ;; IRIX64) { echo "$as_me:$LINENO: result: irix64" >&5 echo "${ECHO_T}irix64" >&6; } |