From: Jani Taskinen Date: Sat, 28 Nov 2009 00:06:54 +0000 (+0000) Subject: - Fix bad merge (Sorry Ilia..) X-Git-Tag: php-5.2.12RC4~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af0595c40b6a630046b1b2b6cf7855bd49ba11ac;p=php - Fix bad merge (Sorry Ilia..) --- diff --git a/build/libtool.m4 b/build/libtool.m4 index 5546588303..268cad9d3e 100644 --- a/build/libtool.m4 +++ b/build/libtool.m4 @@ -2871,12 +2871,12 @@ lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else - $as_unset lt_cv_prog_gnu_ld + unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else - $as_unset lt_cv_path_LD + unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"}