diff options
Diffstat (limited to 'tests/pr220.test')
-rwxr-xr-x | tests/pr220.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pr220.test b/tests/pr220.test index 5873c1b4d..14b6327ac 100755 --- a/tests/pr220.test +++ b/tests/pr220.test @@ -41,7 +41,7 @@ AC_INIT(main.c) AM_INIT_AUTOMAKE(test_am, 1.0) AC_PROG_CC AC_ARG_ENABLE(foo, -[ --enanble-foo Enable foo], +[ --enable-foo Enable foo], [ if test "foo" = "bar" ; then AM_CONDITIONAL(NEVER_TRUE, true) else |