summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2016-09-25 11:31:46 +0200
committerRene Engelhard <rene@debian.org>2016-09-25 11:31:46 +0200
commit7a37301822e15ab4553487a4798d2f999d3ae887 (patch)
tree93de31224623c4d788805737a054f1d223563735 /configure.ac
parentdad35b0463a16d3d6eca068100e95822ae466a9a (diff)
fix KDE4 build with KDE headers in /usr/include again
Change-Id: Ie8e9a48bfe8249c8a68afeffeeaeee6be1a5dc97
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 38b9b464da22..22c92c9746a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11242,7 +11242,7 @@ the root of your Qt installation by exporting QT4DIR before running "configure".
if test "x$kde4_incdir" = "xno"; then
AC_MSG_ERROR([KDE4 headers not found. Please specify the root of your KDE4 installation by exporting KDE4DIR before running "configure".])
fi
- if test "$kde_incdir" = "/usr/include"; then kde_incdir=; fi
+ if test "$kde4_incdir" = "/usr/include"; then kde4_incdir=; fi
dnl Check for KDE4 libraries
AC_MSG_CHECKING([for KDE4 libraries])