From dfb9b9e1f7ff723bbb082875962ddcf0d69d1db2 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Fri, 18 Mar 2016 12:30:33 +0100 Subject: configure: enable QSharedMemory when targeting windows. Change-Id: Ib20e7bab80c2207c50cc221eba5eae996a805242 Reviewed-by: hjk Reviewed-by: Oswald Buddenhagen --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 203155c819..8d7772ac5b 100755 --- a/configure +++ b/configure @@ -4580,7 +4580,7 @@ if ! compileTest unix/ipc_sysv "ipc_sysv" ; then if compileTest unix/ipc_posix "ipc_posix" ; then QCONFIG_FLAGS="$QCONFIG_FLAGS QT_POSIX_IPC" else - if [ "$XPLATFORM_ANDROID" = "no" ] ; then + if [ "$XPLATFORM_ANDROID" = "no" ] && [ "$XPLATFORM_MINGW" = "no" ] ; then QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SYSTEMSEMAPHORE QT_NO_SHAREDMEMORY" fi fi -- cgit v1.2.3