Commit c2069a12 by Maarten L. Hekkelman

stupid typo

parent 791ab245
...@@ -16081,7 +16081,7 @@ if test "${enable_revision+set}" = set; then : ...@@ -16081,7 +16081,7 @@ if test "${enable_revision+set}" = set; then :
fi fi
if test "x$enable_revision" != "xyes" ; then : if test "x$enable_revision" = "xyes" ; then :
UPDATE_REVISION=1 UPDATE_REVISION=1
......
...@@ -79,7 +79,7 @@ AC_ARG_ENABLE( ...@@ -79,7 +79,7 @@ AC_ARG_ENABLE(
revision, revision,
[AS_HELP_STRING([--enable-revision], [Create a build number as revision])]) [AS_HELP_STRING([--enable-revision], [Create a build number as revision])])
AS_IF([test "x$enable_revision" != "xyes" ], [ AS_IF([test "x$enable_revision" = "xyes" ], [
UPDATE_REVISION=1 UPDATE_REVISION=1
]) ])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment