summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 15:46:14 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 15:46:14 +0200
commitcfff9fd795c22226df91f6d9b2e31eab70cc11ed (patch)
tree317530d24e533ade0c883f3021dcf87e0314e137 /configure.ac
parent417496ece914e1ae5c61d9db9d748139a1156c56 (diff)
Remove qrencode checks
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index cc9c73f102..0f601072f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -486,18 +486,6 @@ fi
AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"])
# ------------------------------------------------------------------------------
-have_qrencode=no
-AC_ARG_ENABLE(qrencode, AS_HELP_STRING([--disable-qrencode], [disable qrencode support]))
-if test "x$enable_qrencode" != "xno"; then
- PKG_CHECK_MODULES(QRENCODE, [ libqrencode ],
- [AC_DEFINE(HAVE_QRENCODE, 1, [Define if qrencode is available]) have_qrencode=yes], have_qrencode=no)
- if test "x$have_qrencode" = xno -a "x$enable_qrencode" = xyes; then
- AC_MSG_ERROR([*** qrencode support requested but libraries not found])
- fi
-fi
-AM_CONDITIONAL(HAVE_QRENCODE, [test "$have_qrencode" = "yes"])
-
-# ------------------------------------------------------------------------------
have_microhttpd=no
AC_ARG_ENABLE(microhttpd, AS_HELP_STRING([--disable-microhttpd], [disable microhttpd support]))
if test "x$enable_microhttpd" != "xno"; then
@@ -1091,7 +1079,6 @@ AC_MSG_RESULT([
SECCOMP: ${have_seccomp}
SMACK: ${have_smack}
ACL: ${have_acl}
- QRENCODE: ${have_qrencode}
MICROHTTPD: ${have_microhttpd}
GNUTLS: ${have_gnutls}
libcurl: ${have_libcurl}