diff options
author | Sascha Schumann <sas@php.net> | 1999-10-04 09:51:46 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-10-04 09:51:46 +0000 |
commit | 0fe632bcee6199ad1d873bb4061870450b4cdaf0 (patch) | |
tree | a880b4413d614e1f0585c8ef3c068e37347aafbc /acinclude.m4 | |
parent | 1c0f1364057691741ec316c7389b23f177a7a9c7 (diff) | |
download | php-git-0fe632bcee6199ad1d873bb4061870450b4cdaf0.tar.gz |
Fix typo. This caused strange errors when using --with-apxs.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index a97e523ee6..85d804ebc1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -51,7 +51,7 @@ dnl builds RPATH from PHP_RPATHS dnl AC_DEFUN(AC_BUILD_RPATH,[ if test "$enable_rpath" = "yes" && test -n "$PHP_RPATHS"; then - if test -n "$AXPS"; then + if test -n "$APXS"; then for i in $PHP_RPATHS; do RPATHS="$RPATHS ${apxs_runpath_switch}$i'" done |