mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* tests/testsuite.at (LT_AT_TAG): Skip also if the compiler
variable is set to `no', not only if it is empty.
This commit is contained in:
parent
921ef22f1a
commit
2139117724
@ -1,3 +1,8 @@
|
||||
2007-02-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/testsuite.at (LT_AT_TAG): Skip also if the compiler
|
||||
variable is set to `no', not only if it is empty.
|
||||
|
||||
2007-02-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/lt_dlexit.at: Do not compile main object with libtool.
|
||||
|
@ -169,7 +169,7 @@ m4_define([LT_AT_EXEC_CHECK],
|
||||
# --------------
|
||||
m4_define([LT_AT_TAG],
|
||||
[AT_KEYWORDS([$1])
|
||||
AT_CHECK([test -n "[$]$1" || (exit 77)])
|
||||
AT_CHECK([{ test -n "[$]$1" && test "X[$]$1" != Xno; } || (exit 77)])
|
||||
])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user