From: Sascha Schumann Date: Sun, 11 Jul 1999 10:52:14 +0000 (+0000) Subject: typo X-Git-Tag: php-4.0b1~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a80609c7739bd44b256e354389bfd1b0aa438d5d;p=php typo --- 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"