aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7c691b645..5066f8178 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1867,8 +1867,7 @@ AC_MSG_CHECKING(for source being under a VCS)
1867git_version= 1867git_version=
1868AS_IF([test ! "X$gitcommand" = "X"], 1868AS_IF([test ! "X$gitcommand" = "X"],
1869[ 1869[
1870 git_version=$(cd $srcdir ; git rev-list --full-history --all --abbrev-commit | head -n 1 2>/dev/null) 1870 git_version=$(cd $srcdir ; git log -n 1 | head -n 1 2>/dev/null)
1871 git_version=$(cd $srcdir ; git log -n 1)
1872]) 1871])
1873AS_IF([test "X$git_version" = "X"], 1872AS_IF([test "X$git_version" = "X"],
1874 [ 1873 [