summaryrefslogtreecommitdiff
path: root/t/silent-yacc.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/silent-yacc.sh')
-rw-r--r--t/silent-yacc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/silent-yacc.sh b/t/silent-yacc.sh
index 8344b65e4..cbe21d4fb 100644
--- a/t/silent-yacc.sh
+++ b/t/silent-yacc.sh
@@ -22,7 +22,7 @@ required='cc yacc'
mkdir sub
cat >>configure.ac <<'EOF'
-AM_PROG_CC_C_O
+AC_PROG_CC
AC_PROG_YACC
AC_CONFIG_FILES([sub/Makefile])
AC_OUTPUT