chiark / gitweb /
Remove qrencode checks
authorAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 13:46:14 +0000 (15:46 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 13:46:14 +0000 (15:46 +0200)
configure.ac

index cc9c73f102ce28dc39946d3930bac1cb09456f5c..0f601072f1bc217e05f2221aa8454e3589b0ae7a 100644 (file)
@@ -485,18 +485,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]))
@@ -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}