mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-31 16:10:35 +08:00
bug_62343: Skip test if not building libtool libs
When the configure option "--disable-shared" is used, this test will be skipped since no libtool libs are built. tests/bug_62343.at: Check if build_libtool_libs is set to no.
This commit is contained in:
parent
90710b139b
commit
d794bda49c
@ -25,6 +25,8 @@ AT_BANNER([Testing bug 62343:])
|
||||
|
||||
AT_SETUP([Use -no-canonical-prefixes flag])
|
||||
|
||||
AT_CHECK([$LIBTOOL --config | $EGREP '^build_libtool_libs=no' && (exit 77)], 1)
|
||||
|
||||
AT_DATA([x.cpp],
|
||||
[[
|
||||
void f(int *p) { *p = 21; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user