summaryrefslogtreecommitdiff
path: root/ext/ncurses
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-11-18 23:08:47 +0000
committerfoobar <sniper@php.net>2001-11-18 23:08:47 +0000
commit4b8709ef5cd56192e4395ebbdaf6d7fded5d6ae7 (patch)
treeccd5b302e859a2a6d75a9d63b3acdcc9412a07d6 /ext/ncurses
parent48697c5f5cd970d2e0b4fb74c585bd5a89d30c61 (diff)
downloadphp-git-4b8709ef5cd56192e4395ebbdaf6d7fded5d6ae7.tar.gz
Test before commit..test before commit..
Diffstat (limited to 'ext/ncurses')
-rw-r--r--ext/ncurses/config.m42
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, [ ])])