diff options
author | Sascha Schumann <sas@php.net> | 1999-07-11 10:52:14 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-11 10:52:14 +0000 |
commit | a80609c7739bd44b256e354389bfd1b0aa438d5d (patch) | |
tree | c0e75b151e26c19dedfeb0d0cfd7979114225459 /acinclude.m4 | |
parent | f0febf044fbe5a68bb3200a22fa4c205ba7baf26 (diff) | |
download | php-git-a80609c7739bd44b256e354389bfd1b0aa438d5d.tar.gz |
typo
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 581adbb79e..ea231e571e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -40,7 +40,7 @@ AC_DEFUN(AC_ADD_LIBPATH,[ EXTRA_LIBS="$EXTRA_LIBS -L$ai_p" if test -n "$rpath_raw" ; then RPATHS="$RPATHS ${raw_runpath_switch}$ai_p" - if test -n "$APXS" ; then + elif test -n "$APXS" ; then RPATHS="$RPATHS ${apxs_runpath_switch}$ai_p'" else RPATHS="$RPATHS ${ld_runpath_switch}$ai_p" |