Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 6c76abb

Browse files
committed
[Build] Always assume net_4_6 is available at build time on Windows.
1 parent addd03d commit 6c76abb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.in.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ if test "x$has_mono" = "xfalse" ; then
112112
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono-2 >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
113113
if "x$has_mono" = "xtrue" ; then
114114
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono < $MONO_NET_4_6, missing_net_4_6=true, missing_net_4_6=false)
115+
else
116+
missing_net_4_6=true
115117
fi
116118
else
117119
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono < $MONO_NET_4_6, missing_net_4_6=true, missing_net_4_6=false)

0 commit comments

Comments
 (0)