summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-10 23:04:47 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-11 11:57:17 +0100
commit7f61c038a0c7ad1693b4efb75d808290f1ee3931 (patch)
tree56a6559a648628dddffd07a91785f295167875f9 /configure.ac
parent7e73edc5b628982bb78ef26f17fd1bbe3ec34ca4 (diff)
normalize values of USE_LIBRARY_BIN_TAR
Change-Id: I1101b87d3f34169f985924f8b867511e68ed5b66
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5bd834aa282c..0f2106b926bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2090,9 +2090,9 @@ dnl Do we want to use pre-build binary tarball for recompile
dnl ===================================================================
if test "$enable_library_bin_tar" = "yes" ; then
- USE_LIBRARY_BIN_TAR=YES
+ USE_LIBRARY_BIN_TAR=TRUE
else
- USE_LIBRARY_BIN_TAR=NO
+ USE_LIBRARY_BIN_TAR=
fi
AC_SUBST(USE_LIBRARY_BIN_TAR)