X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=f5b105e4babdd41b945cc4d17c788e0069c804ab;hp=07ebecd0fdeb40752b32dc7b480db97b84f30077;hb=5b0e3ccb033e701a4c4005d6859757652ca8897c;hpb=7b49875c8dac5d46f88267d4a1ceacdb30ae2fa8 diff --git a/configure.ac b/configure.ac index 07ebecd0f..f5b105e4b 100644 --- a/configure.ac +++ b/configure.ac @@ -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