From 630c5ad199069b32aae5e7b15223bd10f6986504 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 10 Oct 2017 13:22:27 +0200 Subject: Remove a useless ile for now This should close #31 --- src/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.m4') diff --git a/src/config.m4 b/src/config.m4 index a0409de..8fa22c5 100644 --- a/src/config.m4 +++ b/src/config.m4 @@ -5,7 +5,7 @@ sources="snuffleupagus.c sp_config.c sp_config_utils.c sp_harden_rand.c" sources="$sources sp_unserialize.c sp_utils.c sp_disable_xxe.c sp_list.c" sources="$sources sp_disabled_functions.c sp_execute.c sp_upload_validation.c" sources="$sources sp_cookie_encryption.c sp_network_utils.c tweetnacl.c" -sources="$sources sp_config_keywords.c sp_compile.c" +sources="$sources sp_config_keywords.c" PHP_ARG_ENABLE(snuffleupagus, whether to enable snuffleupagus support, [ --enable-snuffleupagus Enable snuffleupagus support]) -- cgit v1.3