summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Blanton <elb@pidgin.im>2014-02-07 16:32:40 -0500
committerEthan Blanton <elb@pidgin.im>2014-02-07 16:32:40 -0500
commitc2999e5d0196061a4fbbfb8e3b4a9331a22c99a0 (patch)
tree4e1b198a74a4ea61834bf728ccad4faa1ac62a57
parentd123ee25ed278a48e7869dbbfd6fdb73e345762f (diff)
downloadpidgin-c2999e5d0196061a4fbbfb8e3b4a9331a22c99a0.tar.gz
Fix kwallet include check
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e4835297bd..88309143d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1709,7 +1709,7 @@ if test "x$enable_kwallet" = "xyes"; then
if test "$ac_kwallet_includes" != "no"; then
KWALLET_CXXFLAGS="-I$ac_kwallet_includes"
elif test "x$KDE4_CONFIG" != "xno"; then
- KWALLET_CXXFLAGS="-I`$KDE4_CONFIG --path include`"
+ KWALLET_CXXFLAGS="$QT4_CFLAGS -I`$KDE4_CONFIG --path include`"
fi
CPPFLAGS="$CPPFLAGS $KWALLET_CXXFLAGS"
AC_CHECK_HEADER([kwallet.h], , [