diff options
Diffstat (limited to 'tests/check5.test')
-rwxr-xr-x | tests/check5.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check5.test b/tests/check5.test index 7b412ae96..31790f8af 100755 --- a/tests/check5.test +++ b/tests/check5.test @@ -19,7 +19,7 @@ required='cc native' . ./defs || Exit 1 -cat >> configure.in << 'END' +cat >> configure.ac << 'END' AC_PROG_CC AC_OUTPUT END |