diff options
Diffstat (limited to 't/yacc-bison-skeleton.sh')
-rwxr-xr-x | t/yacc-bison-skeleton.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yacc-bison-skeleton.sh b/t/yacc-bison-skeleton.sh index b341401d3..8cf957bda 100755 --- a/t/yacc-bison-skeleton.sh +++ b/t/yacc-bison-skeleton.sh @@ -17,7 +17,7 @@ # Test to make sure bison + bison's skeleton works. # For Automake bug#7648 and PR automake/491. -required=bison +required='cc bison' . ./defs || Exit 1 cat >> configure.ac << 'END' |