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