common/autoconf/jdk-options.m4

changeset 602
0d46733cfffb
parent 575
6f8f7a5449f6
child 656
e2057191f6da
     1.1 --- a/common/autoconf/jdk-options.m4	Wed Jan 23 11:41:06 2013 +0100
     1.2 +++ b/common/autoconf/jdk-options.m4	Wed Jan 23 11:42:29 2013 +0100
     1.3 @@ -389,7 +389,8 @@
     1.4    AC_MSG_ERROR([Milestone must have a value])
     1.5  elif test "x$with_milestone" != x; then
     1.6      MILESTONE="$with_milestone"
     1.7 -else
     1.8 +fi
     1.9 +if test "x$MILESTONE" = x; then
    1.10    MILESTONE=internal
    1.11  fi
    1.12  

mercurial