From 4e61bf0846b13e04dba09f4a7ced902f59f6cf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 26 May 2014 08:05:46 +0000 Subject: [PATCH] =?UTF-8?q?*win*=20also=20matches=20for=20=C2=ABdarwin?= =?UTF-8?q?=C2=BB=20which=20is=20Mac=20not=20Windoze;=20refs=20#40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6e46684..b74e2e2 100644 --- a/configure.in +++ b/configure.in @@ -95,7 +95,7 @@ PKG_PROG_PKG_CONFIG # libraries case $host in - (*mingw*|*win*) + (*mingw*|*windows*) LIBS+=" -lwinhttp" CXXFLAGS+=" -DQ_OS_WIN32" ;;