Ensure non-Hudson BUILD_NUMBER is actually an int, not a string
This commit is contained in:
parent
ff97931250
commit
30407911d5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if test "x$BUILD_ID" != "x" ; then
|
|||
AC_SUBST([HUDSON_BUILD_NUMBER], $BUILD_NUMBER)
|
||||
else
|
||||
AC_SUBST([HUDSON_BUILD_ID], [none])
|
||||
AC_SUBST([HUDSON_BUILD_NUMBER], [none])
|
||||
AC_SUBST([HUDSON_BUILD_NUMBER], 0)
|
||||
fi
|
||||
|
||||
AC_CHECK_PROG([HAVE_GIT], git, 1)
|
||||
|
|
Loading…
Reference in a new issue