Skip to content

Commit

Permalink
Fix status version check
Browse files Browse the repository at this point in the history
  • Loading branch information
cleishm committed Sep 20, 2017
1 parent ebe3cf2 commit 2c7284f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/declare_versions.m4
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AC_DEFUN([DECLARE_VERSIONS],
[Define to the development version of this package])
AC_SUBST([PACKAGE_DEVELOPMENT_VERSION])
if [ "X$PACKAGE_DEVELOPMENT_VERSION" = "X" ]; then
if test "X$PACKAGE_DEVELOPMENT_VERSION" = "X"; then
PACKAGE_STATUS_VERSION=0
else
PACKAGE_STATUS_VERSION=1
Expand Down

0 comments on commit 2c7284f

Please sign in to comment.