summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorScott D Phillips <scott.d.phillips@intel.com>2017-02-08 10:17:40 -0800
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2017-02-09 11:27:44 +0100
commit3cc4eb7b8138089b8cb64e3ca754784d9c194b59 (patch)
treeba0a54500c006e174bb53991ef2a936740d14490 /configure.ac
parenta8e482f93f7d78144dbd5aaf919dcfe8d7efb64c (diff)
make: remove gstvaapiversion.h generation
https://bugzilla.gnome.org/show_bug.cgi?id=778250
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index b6d269c9..cde58fbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,10 +171,6 @@ AC_PROG_CC_STDC
dnl check if the compiler supports '-c' and '-o' options
AM_PROG_CC_C_O
-dnl check for git command for version generation in libgstvaapi
-AC_PATH_PROG([GIT], [git])
-AM_CONDITIONAL([HAVE_GIT], [test -n "$GIT"])
-
dnl check for documentation tools
GTK_DOC_CHECK([$GTKDOC_REQ])
AG_GST_PLUGIN_DOCS([$GTKDOC_REQ])