Skip to content

Commit 1793776

Browse files
author
foobar
committed
MFH
1 parent 2257654 commit 1793776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/aspell/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ AC_ARG_WITH(aspell,
1919
fi
2020
AC_DEFINE(HAVE_ASPELL,1,[Whether you have aspell])
2121
AC_MSG_RESULT(yes)
22-
PHP_EXTENSION(aspell)
22+
PHP_EXTENSION(aspell)
2323
else
24-
AC_MSG_ERROR(no)
24+
AC_MSG_RESULT(no)
2525
fi
2626
],[
2727
AC_MSG_RESULT(no)

0 commit comments

Comments
 (0)