summaryrefslogtreecommitdiff
path: root/config.m4
diff options
context:
space:
mode:
authorStefan Esser2012-01-11 20:14:17 +0100
committerStefan Esser2012-01-11 20:14:17 +0100
commite602fd738f066e0abf9fdf8b5dbb373b8daee40b (patch)
treef9058bfa200519baff81d4e99bc74c4f4f3f46a4 /config.m4
parentaac59fe48b07cccf17d208d7bfb740e30936464d (diff)
Removed crypt() support
Diffstat (limited to 'config.m4')
-rw-r--r--config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index d5e52e2..2a756e3 100644
--- a/config.m4
+++ b/config.m4
@@ -5,5 +5,5 @@ PHP_ARG_ENABLE(suhosin, whether to enable suhosin support,
5[ --enable-suhosin Enable suhosin support]) 5[ --enable-suhosin Enable suhosin support])
6 6
7if test "$PHP_SUHOSIN" != "no"; then 7if test "$PHP_SUHOSIN" != "no"; then
8 PHP_NEW_EXTENSION(suhosin, suhosin.c crypt.c crypt_blowfish.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c log.c header.c execute.c ex_imp.c session.c aes.c compat_snprintf.c, $ext_shared) 8 PHP_NEW_EXTENSION(suhosin, suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c log.c header.c execute.c ex_imp.c session.c aes.c compat_snprintf.c, $ext_shared)
9fi 9fi