We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bba75f commit cd63787Copy full SHA for cd63787
configure.in
@@ -1181,7 +1181,7 @@ INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag"
1181
CXXFLAGS="$CXXFLAGS $standard_libtool_flag"
1182
1183
all_targets='$(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET)'
1184
-install_targets="$install_modules $install_pear install-build install-headers install-programs"
+install_targets="$install_modules install-build install-headers install-programs $install_pear"
1185
1186
case $PHP_SAPI in
1187
cgi)
pear/Makefile.frag
@@ -14,6 +14,5 @@ install-pear:
14
$(MAKE) -s install-pear-installer; \
15
else \
16
cat $(srcdir)/install-pear.txt; \
17
- exit 5; \
18
fi
19
0 commit comments