summaryrefslogtreecommitdiff
path: root/t/subobj7.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subobj7.sh')
-rw-r--r--t/subobj7.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subobj7.sh b/t/subobj7.sh
index 2d997c77f..de73cc2dc 100644
--- a/t/subobj7.sh
+++ b/t/subobj7.sh
@@ -21,11 +21,11 @@
cat >> configure.ac << 'END'
AC_PROG_CC
-AM_PROG_CC_C_O
AC_OUTPUT
END
cat > Makefile.am << 'END'
+AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = wish
wish_SOURCES = foo.c generic/a.c
END