From: Ralf Wildenhues Date: Fri, 13 Jan 2006 10:07:33 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC): Fix my forward port X-Git-Tag: release-2-1b~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d1de542cf2afb22d02f5b5643b2cfb7b4e807a;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC): Fix my forward port error of last commit. --- diff --git a/ChangeLog b/ChangeLog index 4d6cc1723..501e20d76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-13 Ralf Wildenhues + + * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC): Fix my forward port + error of last commit. + 2006-01-12 Leif Ekblad * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index f2a3a8062..28104480e 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -3793,7 +3793,7 @@ m4_if([$1], [CXX], [ ;; rdos*) - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*)