summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 028bfa3e00fe..c1934cea5ff7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8657,7 +8657,7 @@ if test "$_os" = "Darwin" -o "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o \
OPENSSL_CFLAGS=
OPENSSL_LIBS="-lssl -lcrypto"
else
- libo_CHECK_SYSTEM_MODULE([libssl],[OPENSSL],[openssl])
+ libo_CHECK_SYSTEM_MODULE([openssl],[OPENSSL],[openssl])
fi
if test "$with_system_openssl" = "yes"; then
libo_MINGW_CHECK_DLL([SSL], [libssl])