Page MenuHome GnuPG

D317.id1145.diff
No OneTemporary

D317.id1145.diff

Index: b/configure.ac
===================================================================
--- b/configure.ac
+++ b/configure.ac
@@ -505,15 +505,15 @@
dnl Checks for Qt4 libraries. Deal correctly with $pinentry_qt4 = maybe.
dnl
if test "$pinentry_qt4" != "no"; then
-PKG_CHECK_MODULES(QT4_CORE, QtCore,,
-if test "$pinentry_qt4" = "yes"; then
- AC_MSG_ERROR([[
-***
-*** Qt4 Core is required.
-***]])
-else
- pinentry_qt4=no
-fi)
+ PKG_CHECK_MODULES(
+ QT4_CORE,
+ QtCore,
+ ,
+ [
+ AC_MSG_WARN([pkg-config could not find the module QtCore])
+ pinentry_qt4=no
+ ]
+ )
fi
if test "$pinentry_qt4" != "no"; then

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 11:42 AM (16 h, 29 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0d/14/df4d2a65ef5305200f1a9707448b

Event Timeline