mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-26 07:37:56 +00:00
syntax-check: fix remaining violations of sc_prohibit_test_const_follows_var.
* configure.ac, doc/libtool.texi: Swap operands and remove resulting spurious characters. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
e059dd2b01
commit
8aec0042b1
@ -114,7 +114,7 @@ AC_SUBST([pkgdatadir], ["\$(datadir)/$PACKAGE"])
|
||||
|
||||
AC_ARG_ENABLE(ltdl-install,
|
||||
[AS_HELP_STRING([--disable-ltdl-install], [do not install libltdl])])
|
||||
if test "x${enable_ltdl_install+set}" != xset; then
|
||||
if test set != "${enable_ltdl_install+set}"; then
|
||||
enable_ltdl_install=yes
|
||||
fi
|
||||
|
||||
|
||||
@ -4756,7 +4756,7 @@ LT_INIT([dlopen])
|
||||
LTDL_INIT
|
||||
|
||||
# The lt_dladvise_init symbol was added with libtool-2.2
|
||||
if test "x$with_included_ltdl" != "xyes"; then
|
||||
if test yes != "$with_included_ltdl"; then
|
||||
save_CFLAGS=$CFLAGS
|
||||
save_LDFLAGS=$LDFLAGS
|
||||
CFLAGS="$CFLAGS $LTDLINCL"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user