aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index 5ea9989c..97730855 100755
--- a/configure
+++ b/configure
@@ -647,6 +647,8 @@ USE_CRYPTO_GNUTLS
pc_gnutls_LIBS
pc_gnutls_CFLAGS
USE_CRYPTO_NATIVE
+WINDOWS_MAIN_XLINK_FLAGS
+WINDOWS_WMAIN_XLINK_FLAGS
CXXWFLAGS
WFLAGS
BUILDRULES
@@ -17595,6 +17597,13 @@ fi
+if test "$BUILDRULES" = "msvc"; then
+ WINDOWS_WMAIN_XLINK_FLAGS="-link wsetargv.obj"
+ WINDOWS_MAIN_XLINK_FLAGS="-link setargv.obj"
+fi
+
+
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for whether to use implicit crypto" >&5
$as_echo_n "checking for whether to use implicit crypto... " >&6; }
# Check whether --enable-implicit-crypto was given.