Skip to content

Commit

Permalink
- No tabs here please
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Rethans committed Aug 24, 2004
1 parent 5ed8e63 commit 0bfb0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/readline/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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"
])
])

Expand Down

0 comments on commit 0bfb0fa

Please sign in to comment.