summaryrefslogtreecommitdiff
path: root/config.m4
diff options
context:
space:
mode:
authorStefan Esser2010-02-21 11:44:54 +0100
committerStefan Esser2010-02-21 11:44:54 +0100
commit36dbfacbe64697d959f524e537b15b73c090d898 (patch)
treef1c7ce1409b0e7765fc72d550546967fcf0f9717 /config.m4
Inital commit
Diffstat (limited to 'config.m4')
-rw-r--r--config.m49
1 files changed, 9 insertions, 0 deletions
diff --git a/config.m4 b/config.m4
new file mode 100644
index 0000000..d5e52e2
--- /dev/null
+++ b/config.m4
@@ -0,0 +1,9 @@
1dnl $Id: config.m4,v 1.1.1.1 2007-11-28 01:15:35 sesser Exp $
2dnl config.m4 for extension suhosin
3
4PHP_ARG_ENABLE(suhosin, whether to enable suhosin support,
5[ --enable-suhosin Enable suhosin support])
6
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)
9fi