Skip to content

Commit b55675e

Browse files
author
Jani Taskinen
committed
- Fix bad merge (Sorry Ilia..)
1 parent befa237 commit b55675e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/libtool.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2871,12 +2871,12 @@ lt_save_path_LD=$lt_cv_path_LD
28712871
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
28722872
lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
28732873
else
2874-
$as_unset lt_cv_prog_gnu_ld
2874+
unset lt_cv_prog_gnu_ld
28752875
fi
28762876
if test -n "${lt_cv_path_LDCXX+set}"; then
28772877
lt_cv_path_LD=$lt_cv_path_LDCXX
28782878
else
2879-
$as_unset lt_cv_path_LD
2879+
unset lt_cv_path_LD
28802880
fi
28812881
test -z "${LDCXX+set}" || LD=$LDCXX
28822882
CC=${CXX-"c++"}

0 commit comments

Comments
 (0)