aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Zborovskii <vadim_z@triniti.ru>2012-06-18 00:11:26 +0400
committerSteve Bennett <steveb@workware.net.au>2012-09-24 18:59:32 +1000
commit76a9f361d5db21434ee6cdeb44d945f3ad21d2bf (patch)
tree0e78ce73eb50d2228adde44954c78f4f80816270
parentf0aaeef35fdcdd6180acde253b55308582cb7288 (diff)
downloadjimtcl-76a9f361d5db21434ee6cdeb44d945f3ad21d2bf.zip
jimtcl-76a9f361d5db21434ee6cdeb44d945f3ad21d2bf.tar.gz
jimtcl-76a9f361d5db21434ee6cdeb44d945f3ad21d2bf.tar.bz2
Fix the check of readline library.
-rw-r--r--auto.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto.def b/auto.def
index 89f0850..fd80d8e 100644
--- a/auto.def
+++ b/auto.def
@@ -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]}