From 936c39dea8cf32563e595fd4799493f50fb085c5 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Thu, 14 May 2009 13:40:37 +0000 Subject: [PATCH] - Fixed bug #48256 (Crash due to double-linking of history.o) --- ext/readline/config.m4 | 9 --------- 1 file changed, 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 -- 2.50.1