aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac
index 45ff6231d..7be0af1f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1247,28 +1247,6 @@ if test X"$OPT_SSL" != Xno; then
fi
fi
- dnl This is for Msys/Mingw
- case $host in
- *-*-cygwin*)
- dnl Under Cygwin this is extraneous and causes an unnecessary -lgdi32
- dnl to be added to LIBS and recorded in the .la file.
- ;;
- *)
- AC_MSG_CHECKING([for gdi32])
- my_ac_save_LIBS=$LIBS
- LIBS="-lgdi32 $LIBS"
- AC_TRY_LINK([#include <windef.h>
- #include <wingdi.h>],
- [GdiFlush();],
- [ dnl worked!
- AC_MSG_RESULT([yes])],
- [ dnl failed, restore LIBS
- LIBS=$my_ac_save_LIBS
- AC_MSG_RESULT(no)]
- )
- ;;
- esac
-
AC_CHECK_LIB(crypto, CRYPTO_lock,[
HAVECRYPTO="yes"
LIBS="-lcrypto $LIBS"