From kde-commits Wed Oct 02 17:37:36 2013 From: Aleix Pol Date: Wed, 02 Oct 2013 17:37:36 +0000 To: kde-commits Subject: [kdelibs/frameworks] staging/kde4support/src: Should have gone in Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=138073546721603 Git commit 7bd43482a9e048d9d357ed7ec55e864df35f2e1b by Aleix Pol. Committed on 02/10/2013 at 17:37. Pushed by apol into branch 'frameworks'. Should have gone in M +3 -3 staging/kde4support/src/ConfigureChecks.cmake http://commits.kde.org/kdelibs/7bd43482a9e048d9d357ed7ec55e864df35f2e1b diff --git a/staging/kde4support/src/ConfigureChecks.cmake b/staging/kde4su= pport/src/ConfigureChecks.cmake index 24aab563..21cac3f 100644 --- a/staging/kde4support/src/ConfigureChecks.cmake +++ b/staging/kde4support/src/ConfigureChecks.cmake @@ -28,9 +28,9 @@ int main() return 0; }" HAVE_QSSLSOCKET) = -# if (NOT HAVE_QSSLSOCKET) -# message(FATAL_ERROR "KDE Requires Qt to be built with SSL support") -# endif (NOT HAVE_QSSLSOCKET) +if (NOT HAVE_QSSLSOCKET) + message(FATAL_ERROR "KDE Requires Qt to be built with SSL support") +endif (NOT HAVE_QSSLSOCKET) = check_include_files("sys/types.h;sys/socket.h;net/if.h" HAVE_NET_IF_H) check_include_files("sys/filio.h" HAVE_SYS_FILIO_H)