Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F40151160
D317.id1145.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
631 B
Subscribers
None
D317.id1145.diff
View Options
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
Details
Attached
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
Attached To
D317: 660_0003-build-sync-qt4-pkg-config-behavior-with-other-pkg-co.patch
Event Timeline
Log In to Comment