summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-06-24 16:39:52 +0000
committerfoobar <sniper@php.net>2003-06-24 16:39:52 +0000
commit7a247724858d1f1b1fc18cc7956c19562f3ec620 (patch)
tree0fca0c4af8aca6326e537dc612ab94f6db920447 /acinclude.m4
parentc8ecf7ec3ebba0c07e8f7803d5c3788421f069c2 (diff)
downloadphp-git-7a247724858d1f1b1fc18cc7956c19562f3ec620.tar.gz
Fix configure failure with static openssl libs
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 54247c2373..5900066c16 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1616,7 +1616,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
], [
AC_MSG_ERROR([libssl not found!])
],[
- -L$OPENSSL_LIBDIR
+ -L$OPENSSL_LIBDIR -lcrypto
])
], [
AC_MSG_ERROR([libcrypto not found!])