]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: use false or : for $preload, 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:37 +0000 (21:06 +0700)
commitfd1151fe85235b89ed0023c2d894dd117efaa03c
treeaa27c3ffd2c7adf21be569b43c94a6bbd79e9231
parent4e05284e5143fb8d8c19b9e0e50830f90132d7fe
libtool: use false or : for $preload, and simplify

* build-aux/ltmain.m4sh (func_mode_link): Save a string
comparison by setting $preload to false or : and using it directly
instead of if statements.

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