diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cd1e6a52c615..f0492335a9d6 100644 --- a/configure.ac +++ b/configure.ac @@ -11929,6 +11929,9 @@ then if test "x$qt5_incdir" = "xno"; then AC_MSG_ERROR([Qt5 headers not found. Please specify the root of your Qt5 installation by exporting QT5DIR before running "configure".]) fi + # check for scenario: qt5-qtbase-devel-*.86_64 installed but host is i686 + AC_CHECK_HEADER(QtCore/qconfig.h, [], + [AC_MSG_ERROR(qconfig.h header not found.)], []) AC_MSG_CHECKING([for Qt5 libraries]) qt5_libdir="no" |