summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure b/configure
index ee0fdad..17c6ce0 100755
--- a/configure
+++ b/configure
@@ -20,7 +20,7 @@ doxygen_version_minor=5
doxygen_version_revision=2
#NOTE: Setting version_mmn to "NO" will omit mmn info from the package.
-doxygen_version_mmn=20070506
+doxygen_version_mmn=20070610
bin_dirs=`echo $PATH | sed -e "s/:/ /g"`
@@ -214,10 +214,7 @@ if test -z "$f_platform"; then
UNIX_SV:4.2*)
f_platform=unixware-g++
;;
- Cygwin:*)
- f_platform=win32-g++
- ;;
- CYGWIN:*)
+ Cygwin:*|CYGWIN:*)
f_platform=win32-g++
;;
*MiNT:*)