diff options
author | Jani Taskinen <jani@php.net> | 2009-05-14 13:40:51 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-05-14 13:40:51 +0000 |
commit | f0dd266bddbceb02be11b13b6a51d740dfa390b9 (patch) | |
tree | 1f25ca65f67ee4644dca8447fa5db7e68d48ecc8 /ext/readline | |
parent | 7aabee2ec69b66182da627381dd69d95fbed08d2 (diff) | |
download | php-git-f0dd266bddbceb02be11b13b6a51d740dfa390b9.tar.gz |
MFH:- Fixed bug #48256 (Crash due to double-linking of history.o)
Diffstat (limited to 'ext/readline')
-rw-r--r-- | ext/readline/config.m4 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/readline/config.m4 b/ext/readline/config.m4 index da1359ee9c..c4bb04bc77 100644 --- a/ext/readline/config.m4 +++ b/ext/readline/config.m4 @@ -50,15 +50,6 @@ if test "$PHP_READLINE" && test "$PHP_READLINE" != "no"; then -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS ]) - PHP_CHECK_LIBRARY(history, add_history, - [ - PHP_ADD_LIBRARY_WITH_PATH(history, $READLINE_DIR/$PHP_LIBDIR, READLINE_SHARED_LIBADD) - ], [ - AC_MSG_ERROR(history library required by readline not found) - ], [ - -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS - ]) - AC_DEFINE(HAVE_LIBREADLINE, 1, [ ]) elif test "$PHP_LIBEDIT" != "no"; then |