Skip to content

Commit

Permalink
Fix typo in config.m4 so this isn't always enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes committed May 4, 2011
1 parent 3134505 commit 3e26237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Expand Up @@ -7,7 +7,7 @@ AC_MSG_CHECKING(for pconn SAPI)
PHP_ARG_ENABLE(pconn,, PHP_ARG_ENABLE(pconn,,
[ --enable-pconn Build PHP as pconn test module (for extension developers], no) [ --enable-pconn Build PHP as pconn test module (for extension developers], no)


if test "$PHP_PCON" != "no"; then if test "$PHP_PCONN" != "no"; then
PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/pconn/Makefile.frag,$abs_srcdir/pconn/pconn,sapi/pconn) PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/pconn/Makefile.frag,$abs_srcdir/pconn/pconn,sapi/pconn)
SAPI_PCONN_PATH=sapi/pconn/pconn SAPI_PCONN_PATH=sapi/pconn/pconn
PHP_SUBST(SAPI_PCONN_PATH) PHP_SUBST(SAPI_PCONN_PATH)
Expand Down

0 comments on commit 3e26237

Please sign in to comment.