summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-21 18:36:48 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-21 18:36:48 +0200
commit3383eefc8244c14db921ed13cccd9bacdd615033 (patch)
tree2bae8ac24cc6aacb69318b32200168e0c92cc59d /configure.ac
parent29458bc154f2f43a59b2dca6fab8975a2636194a (diff)
downloadxdg-app-3383eefc8244c14db921ed13cccd9bacdd615033.tar.gz
Drop checks for old ostree versions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a384aec..e9b06ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,7 +119,6 @@ AC_SUBST(OSTREE_CFLAGS)
AC_SUBST(OSTREE_LIBS)
save_LIBS=$LIBS
LIBS=$OSTREE_LIBS
-AC_CHECK_FUNCS(ostree_repo_remote_gpg_import)
LIBS=$save_LIBS
PKG_CHECK_MODULES(FUSE, [fuse])