summaryrefslogtreecommitdiff
path: root/tests/libobj12.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libobj12.test')
-rwxr-xr-xtests/libobj12.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libobj12.test b/tests/libobj12.test
index 89b70cfa1..73b1b61f2 100755
--- a/tests/libobj12.test
+++ b/tests/libobj12.test
@@ -21,6 +21,7 @@
cat >> configure.in << 'END'
AC_PROG_CC
+AM_PROG_AR
AC_PROG_RANLIB
AC_LIBOBJ([foo])
AC_LIBOBJ([bar])
@@ -42,6 +43,7 @@ p1_LDADD = @LIBOBJS@
p2_SOURCES = bar.c
END
+: > ar-lib
: > foo.c
: > bar.c