]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: use false or : for $my_pic_p, and simplify
authorGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 11:08:29 +0000 (18:08 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 14:06:32 +0000 (21:06 +0700)
commit4e05284e5143fb8d8c19b9e0e50830f90132d7fe
treebea099ff932141f01896308b318044c13a7a1b89
parent7ce429c52729130b360206c61396ffe2f5467134
libtool: use false or : for $my_pic_p, and simplify

* build-aux/ltmain.m4sh (func_generate_dlsyms): Save a string
comparison by setting $my_pic_p to false or : and using it directly
instead of calling if.
Adjust all callers.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
build-aux/ltmain.m4sh