Kaydet (Commit) e98077bb authored tarafından David Ostrovsky's avatar David Ostrovsky

fix x--with-system-openssl configure option

Change-Id: Iaf71585bb109e43e0cdb15bc572b5b86f8aee66d
üst 4f4e4e40
...@@ -8657,7 +8657,7 @@ if test "$_os" = "Darwin" -o "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o \ ...@@ -8657,7 +8657,7 @@ if test "$_os" = "Darwin" -o "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o \
OPENSSL_CFLAGS= OPENSSL_CFLAGS=
OPENSSL_LIBS="-lssl -lcrypto" OPENSSL_LIBS="-lssl -lcrypto"
else else
libo_CHECK_SYSTEM_MODULE([libssl],[OPENSSL],[openssl]) libo_CHECK_SYSTEM_MODULE([openssl],[OPENSSL],[openssl])
fi fi
if test "$with_system_openssl" = "yes"; then if test "$with_system_openssl" = "yes"; then
libo_MINGW_CHECK_DLL([SSL], [libssl]) libo_MINGW_CHECK_DLL([SSL], [libssl])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment