summaryrefslogtreecommitdiff
path: root/ext/readline
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-08-24 12:28:46 +0000
committerDerick Rethans <derick@php.net>2004-08-24 12:28:46 +0000
commit0bfb0fad9227819c32fdd73dd0735a8a3fe93a15 (patch)
tree76a6bc913ec49d9adb81f40873f80f7d1c1e4d0e /ext/readline
parent5ed8e635912c96cb20b4e135867dc231ce5d0403 (diff)
downloadphp-git-0bfb0fad9227819c32fdd73dd0735a8a3fe93a15.tar.gz
- No tabs here please
Diffstat (limited to 'ext/readline')
-rw-r--r--ext/readline/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/readline/config.m4 b/ext/readline/config.m4
index 5aefec6729..b313bd550c 100644
--- a/ext/readline/config.m4
+++ b/ext/readline/config.m4
@@ -23,12 +23,12 @@ if test "$PHP_READLINE" != "no"; then
AC_CHECK_LIB(ncurses, tgetent,
[
PHP_ADD_LIBRARY(ncurses,,READLINE_SHARED_LIBADD)
- PHP_READLINE_LIBS="$PHP_READLINE_LIBS -lncurses"
+ PHP_READLINE_LIBS="$PHP_READLINE_LIBS -lncurses"
],[
AC_CHECK_LIB(termcap, tgetent,
[
PHP_ADD_LIBRARY(termcap,,READLINE_SHARED_LIBADD)
- PHP_READLINE_LIBS="$PHP_READLINE_LIBS -ltermcap"
+ PHP_READLINE_LIBS="$PHP_READLINE_LIBS -ltermcap"
])
])