mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
typo
This commit is contained in:
parent
f0febf044f
commit
a80609c773
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user