common/autoconf/jdk-options.m4
changeset 15180 ec560ee3d64c
parent 15069 c6dab988d808
child 15914 1338d1e0e058
--- a/common/autoconf/jdk-options.m4	Wed Jan 23 11:41:06 2013 +0100
+++ b/common/autoconf/jdk-options.m4	Wed Jan 23 11:42:29 2013 +0100
@@ -389,7 +389,8 @@
   AC_MSG_ERROR([Milestone must have a value])
 elif test "x$with_milestone" != x; then
     MILESTONE="$with_milestone"
-else
+fi
+if test "x$MILESTONE" = x; then
   MILESTONE=internal
 fi