blob: e6dafbeb081b0e3db5272227b449c62a7800340a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
diff -urN pinentry-1.2.1.orig/configure.ac pinentry-1.2.1/configure.ac
--- pinentry-1.2.1.orig/configure.ac 2023-12-27 14:38:13.605366651 +0300
+++ pinentry-1.2.1/configure.ac 2023-12-27 14:38:53.221364994 +0300
@@ -642,15 +642,6 @@
if test "$pinentry_tqt" != "no"; then
- if test "$pinentry_qt" = "yes"; then
- AC_MSG_ERROR([[
- ***
- *** Building both Qt and TQt pinentries is not supported.
- *** Use --disable-pinentry-qt and --disable-pinentry-qt4
- *** if you want the TQt pinentry.
- ***]])
- fi
-
PKG_CHECK_MODULES(PINENTRY_TQT, tqt,
have_tqt_libs=yes,
[PKG_CHECK_MODULES(PINENTRY_TQT, tqt-mt,
|