From: Jani Taskinen Date: Sat, 28 Nov 2009 00:06:54 +0000 (+0000) Subject: - Fix bad merge (Sorry Ilia..) X-Git-Tag: php-5.3.2RC1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b55675e517bc41976f68b9b6a2b01a958e98c853;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++"}