Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcat4 authored and dreamcat four committed Oct 18, 2009
1 parent 40b5a24 commit ee239db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ac/fpm_conf.m4
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AC_DEFUN([AC_FPM_VARS],
else
php_fpm_conf_path="$PHP_FPM_CONF"
fi
if test -z "$with_fpm_conf_path"; then
if test -z "$php_fpm_conf_path"; then
php_fpm_conf=""
php_fpm_conf_dir=""
else
Expand All @@ -95,7 +95,7 @@ AC_DEFUN([AC_FPM_VARS],
else
php_fpm_init_path="$PHP_FPM_INIT"
fi
if test -z "$with_fpm_init_path"; then
if test -z "$php_fpm_init_path"; then
php_fpm_init=""
php_fpm_init_dir=""
else
Expand Down
4 changes: 2 additions & 2 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ AC_DEFUN([AC_FPM_PATHS],
else
php_fpm_conf_path="$with_fpm_conf"
fi
if test -z "$with_fpm_conf_path"; then
if test -z "$php_fpm_conf_path"; then
php_fpm_conf=""
php_fpm_conf_dir=""
else
Expand All @@ -468,7 +468,7 @@ AC_DEFUN([AC_FPM_PATHS],
else
php_fpm_init_path="$with_fpm_init"
fi
if test -z "$with_fpm_init_path"; then
if test -z "$php_fpm_init_path"; then
php_fpm_init=""
php_fpm_init_dir=""
else
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -20603,7 +20603,7 @@ fi;
else
php_fpm_conf_path="$with_fpm_conf"
fi
if test -z "$with_fpm_conf_path"; then
if test -z "$php_fpm_conf_path"; then
php_fpm_conf=""
php_fpm_conf_dir=""
else
Expand All @@ -20625,7 +20625,7 @@ fi;
else
php_fpm_init_path="$with_fpm_init"
fi
if test -z "$with_fpm_init_path"; then
if test -z "$php_fpm_init_path"; then
php_fpm_init=""
php_fpm_init_dir=""
else
Expand Down

0 comments on commit ee239db

Please sign in to comment.