From 9ee0a558d77f6c0ce3e3b1a505fe03a4ed854c2e Mon Sep 17 00:00:00 2001
From: Jialin Ma <marlin@inventati.org>
Date: Wed, 27 Apr 2022 11:04:34 -0600
Subject: [PATCH] Enable symengine to compile against with MPC on windows

---
 configure.win | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.win b/configure.win
index e909c25..7d3a2d5 100755
--- a/configure.win
+++ b/configure.win
@@ -128,7 +128,7 @@ if [ -z "$SymEngine_DIR" ]; then
         -DWITH_PIRANHA=no \
         -DWITH_LLVM=no \
         -DWITH_MPFR=yes \
-        -DWITH_MPC=no \
+        -DWITH_MPC=yes \
         -DINTEGER_CLASS=gmp \
         -DBUILD_TESTS=no \
         -DBUILD_BENCHMARKS=no \