summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorStefan Roehrich <sr@php.net>2002-06-01 20:14:58 +0000
committerStefan Roehrich <sr@php.net>2002-06-01 20:14:58 +0000
commit506282af5c56aee8758643a6a1a2818b715dbd03 (patch)
tree38250355799b41c5aba557869f79cb44619b3024 /acinclude.m4
parent190b65f4a1b482dd554e8ffb0ce6aa32b26aeabe (diff)
downloadphp-git-506282af5c56aee8758643a6a1a2818b715dbd03.tar.gz
WS change to make very old compilers/preprocessors (e.g. HP/UX 9)
happy (thanks to Andreas Ley for recognizing this).
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9ca0bff1ef..50eebb1cd9 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -210,10 +210,10 @@ AC_DEFUN(PHP_SETUP_OPENSSL,[
CPPFLAGS=-I$OPENSSL_INCDIR
AC_MSG_CHECKING([for OpenSSL version])
AC_EGREP_CPP(yes,[
- #include <openssl/opensslv.h>
- #if OPENSSL_VERSION_NUMBER >= 0x0090500fL
+#include <openssl/opensslv.h>
+#if OPENSSL_VERSION_NUMBER >= 0x0090500fL
yes
- #endif
+#endif
],[
AC_MSG_RESULT([>= 0.9.5])
],[