summaryrefslogtreecommitdiffstats
path: root/ds9/win/configure.ac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-26 21:37:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-26 21:37:17 (GMT)
commit276248924f179411396352ecc80e34adb592a247 (patch)
treea66549ed5cf66649ba982ac37b1fed2215a76d70 /ds9/win/configure.ac
parentf3adb1b276a9556562cd68e374ac621e5ac1ebab (diff)
downloadblt-276248924f179411396352ecc80e34adb592a247.zip
blt-276248924f179411396352ecc80e34adb592a247.tar.gz
blt-276248924f179411396352ecc80e34adb592a247.tar.bz2
add tls for https support win32
Diffstat (limited to 'ds9/win/configure.ac')
-rw-r--r--ds9/win/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/win/configure.ac b/ds9/win/configure.ac
index 8f6258e..8c189ff 100644
--- a/ds9/win/configure.ac
+++ b/ds9/win/configure.ac
@@ -140,8 +140,8 @@ TEA_ADD_LIBS([-lstdc++])
#TEA_ADD_STUB_SOURCES([])
#TEA_ADD_TCL_SOURCES([])
-AC_CHECK_LIB([crypto],[CRYPTO_new_ex_data])
-AC_CHECK_LIB([ssl],[TLSv1_1_method])
+SSLLIBS="-LC:/opt/openssl/lib -lssleay32 -llibeay32"
+AC_SUBST(SSLLIBS)
#--------------------------------------------------------------------
# __CHANGE__