24 lines
810 B
Diff
24 lines
810 B
Diff
--- configure.ac 2016-09-11 21:24:45.000000000 +0200
|
|
+++ configure.ac 2016-10-28 19:25:11.753180214 +0200
|
|
@@ -121,20 +121,6 @@
|
|
[AC_MSG_RESULT([$enable_webui])
|
|
AC_MSG_ERROR([Unknown option "$enable_webui". Use either "yes" or "no".])])
|
|
|
|
-AC_MSG_CHECKING([whether Qt4 should be enabled])
|
|
-AS_CASE(["x$with_qt4"],
|
|
- ["xno"],
|
|
- [AC_MSG_RESULT([no])
|
|
- FIND_QT5()],
|
|
- ["xyes"],
|
|
- [AC_MSG_RESULT([yes])
|
|
- FIND_QT4()],
|
|
- [AC_MSG_RESULT([$with_qt4])
|
|
- AC_MSG_ERROR([Unknown option "$with_qt4". Use either "yes" or "no".])])
|
|
-AS_IF([test "x$QT_QMAKE" = "x"],
|
|
- [AC_MSG_ERROR([Could not find qmake])
|
|
- ])
|
|
-
|
|
AC_MSG_CHECKING([whether QtDBus should be enabled])
|
|
AS_CASE(["x$enable_qt_dbus"],
|
|
["xyes"],
|