]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: eliminate some more spurious leading Xs.
authorGary V. Vaughan <gary@gnu.org>
Thu, 8 Dec 2011 10:11:45 +0000 (17:11 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 8 Dec 2011 10:15:59 +0000 (17:15 +0700)
* m4/libtool.m4: Reverse argument order to eliminate spurious
leading X's.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
m4/libtool.m4

index 0eef323c5d3d34205d26d96efffcead3678283e1..9c2574fd4fe3dce46eec0bc4662252eff797e3b5 100644 (file)
@@ -198,7 +198,7 @@ aix3*)
   # AIX sometimes has problems with the GCC collect2 program.  For some
   # reason, if we set the COLLECT_NAMES environment variable, the problems
   # vanish in a puff of smoke.
-  if test "X${COLLECT_NAMES+set}" != Xset; then
+  if test set != "${COLLECT_NAMES+set}"; then
     COLLECT_NAMES=
     export COLLECT_NAMES
   fi
@@ -739,7 +739,7 @@ _LT_EOF
 # AIX sometimes has problems with the GCC collect2 program.  For some
 # reason, if we set the COLLECT_NAMES environment variable, the problems
 # vanish in a puff of smoke.
-if test "X${COLLECT_NAMES+set}" != Xset; then
+if test set != "${COLLECT_NAMES+set}"; then
   COLLECT_NAMES=
   export COLLECT_NAMES
 fi