aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-04-07 11:07:44 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-04-07 11:07:44 +0800
commite1e1e558ce3191dcbda451c8a344b0d56de00910 (patch)
treecf65cd75166d88c189e165221ed45b14099fae10 /Makefile.in
parentc37c93fcf66d94ce8882cec186fc73e74f28870b (diff)
pcre2: add maintainer mode and disable by default
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ea008211..341b9420 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -821,7 +821,7 @@ $(PCRE2_LIB): $(PCRE2_H)
$(MAKE) -C $(PCRE2_DIR) libpcre2-$(PCRE2_WIDTH).la
$(PCRE2_H):
- (cd $(PCRE2_DIR) && ./config.status --enable-maintainer-mode)
+ (cd $(PCRE2_DIR) && ./config.status)
#
# Build the fish_tests program.