From a7c235fc28889ab01d7f22cadecb34792730f1bb Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 23 Sep 2013 23:49:39 -0400 Subject: [PATCH] build: Remove redundant core assignment for MingW port. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 1afb10b..02f1ec3 100755 --- a/configure +++ b/configure @@ -288,7 +288,6 @@ case "$SYSTEM" in SYSTEM=darwin ;; MINGW32*) - DCORES=2 SYSTEM=mingw32 LDFLAGS="-mthreads $LDFLAGS" ;;