summaryrefslogtreecommitdiff
path: root/tests/ltcond.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ltcond.test')
-rwxr-xr-xtests/ltcond.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ltcond.test b/tests/ltcond.test
index 8ede51b22..2dc64e0e0 100755
--- a/tests/ltcond.test
+++ b/tests/ltcond.test
@@ -17,7 +17,7 @@
# Test for conditional libtool libraries.
# This combines two examples from the manual.
-required='libtoolize gcc'
+required='cc libtoolize'
. ./defs || Exit 1
cat >>configure.in <<'END'
@@ -100,3 +100,5 @@ test ! -f lib1foo.la
test ! -f lib1bar.la
test ! -f lib2foo.la
test ! -f lib3foo.la
+
+: