Skip to content

Commit

Permalink
- Fixed bug #48256 (Crash due to double-linking of history.o)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Taskinen committed May 14, 2009
1 parent 16cc6e6 commit 936c39d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ext/readline/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 936c39d

Please sign in to comment.