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:
Gary V. Vaughan 2012-09-21 22:57:59 +07:00
parent e059dd2b01
commit 8aec0042b1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"