diff options
author | foobar <sniper@php.net> | 2002-08-22 00:34:07 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-08-22 00:34:07 +0000 |
commit | b9d40670015c54f124154e704ab9ae28c69cfea2 (patch) | |
tree | b4c0136c70425f4e9b2bbbb843080f5b39867bdf /ext | |
parent | 91b3644a72a08ff98f045e8a6179c701b608e5d2 (diff) | |
download | php-git-b9d40670015c54f124154e704ab9ae28c69cfea2.tar.gz |
Fix typo.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/readline/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readline/config.m4 b/ext/readline/config.m4 index 463304bcaa..982531260c 100644 --- a/ext/readline/config.m4 +++ b/ext/readline/config.m4 @@ -68,7 +68,7 @@ if test "$PHP_LIBEDIT" != "no"; then AC_CHECK_LIB(ncurses, tgetent, [ - PHP_ADD_LIBRARY_WITH_PATH(ncurses,,READLINE__SHARED_LIBADD) + PHP_ADD_LIBRARY_WITH_PATH(ncurses,,READLINE_SHARED_LIBADD) ],[ AC_CHECK_LIB(termcap, tgetent, [ |