Print the git version used to build from a distribution tarball
[lttng-tools.git] / configure.ac
index 07ebecd0fdeb40752b32dc7b480db97b84f30077..f5b105e4babdd41b945cc4d17c788e0069c804ab 100644 (file)
@@ -593,15 +593,6 @@ AC_CHECK_LIB([pfm], [pfm_initialize],
              ])
 AM_CONDITIONAL([LTTNG_TOOLS_BUILD_WITH_LIBPFM], [test "x$have_libpfm" = "xyes"])
 
-AC_ARG_ENABLE([git-version],
-              [AC_HELP_STRING([--disable-git-version],
-                              [Do not use the git version for the build])],
-              [have_git_version=$enableval], [have_git_version=yes]
-)
-
-AM_CONDITIONAL([LTTNG_TOOLS_BUILD_GIT_SOURCE],
-       [test "x${have_git_version}" = "xyes"])
-
 # For Python
 # SWIG version needed or newer:
 swig_version=2.0.0
This page took 0.0241 seconds and 5 git commands to generate.