We happened to be lucky, and the configure script only checks if USE_VERSION_FULL == yes, so we don't see any side effect from this.
Thanks to Tobias for reporting. Signed-off-by: Brian Foley <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 21e4db8..4d57798 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_ARG_ENABLE([versionfull], [[if test "$enableval" != no; then USE_VERSION_FULL=yes else - USER_VERSION_FULL=no + USE_VERSION_FULL=no fi ]], [USE_VERSION_FULL=no -- 2.8.0.rc3.226.g39d4020
