diff options
author | Vadim Zborovskii <vadim_z@triniti.ru> | 2012-06-18 00:11:26 +0400 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2012-09-24 18:59:32 +1000 |
commit | 76a9f361d5db21434ee6cdeb44d945f3ad21d2bf (patch) | |
tree | 0e78ce73eb50d2228adde44954c78f4f80816270 | |
parent | f0aaeef35fdcdd6180acde253b55308582cb7288 (diff) | |
download | jimtcl-76a9f361d5db21434ee6cdeb44d945f3ad21d2bf.zip jimtcl-76a9f361d5db21434ee6cdeb44d945f3ad21d2bf.tar.gz jimtcl-76a9f361d5db21434ee6cdeb44d945f3ad21d2bf.tar.bz2 |
Fix the check of readline library.
-rw-r--r-- | auto.def | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ dict set extdb info { namespace { dep nshelper } posix { check {[have-feature waitpid]} } readdir { check {[have-feature opendir]} } - readline { check {[cc-check-function-in-lib readline readline]} } + readline { check {[cc-check-function-in-lib readline readline]} libdep lib_readline} rlprompt { dep readline } tree { dep oo } sdl { check {[cc-check-function-in-lib SDL_SetVideoMode SDL] && [cc-check-function-in-lib rectangleRGBA SDL_gfx]} |