diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ncurses/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ncurses/config.m4 b/ext/ncurses/config.m4 index 31d59ce669..2d4487b66d 100644 --- a/ext/ncurses/config.m4 +++ b/ext/ncurses/config.m4 @@ -39,7 +39,7 @@ if test "$PHP_NCURSES" != "no"; then ], [ AC_MSG_ERROR(Wrong ncurses lib version or lib not found) ], [ - -L$NCURSES_DIR/lib -lm" + -L$NCURSES_DIR/lib -lm ]) AC_CHECK_LIB(ncurses, color_set, [AC_DEFINE(HAVE_NCURSES_COLOR_SET, 1, [ ])]) |