diff options
author | Peter Lieverdink <me@cafuego.net> | 2009-09-30 08:50:10 +1000 |
---|---|---|
committer | Peter Lieverdink <me@cafuego.net> | 2009-09-30 08:50:10 +1000 |
commit | 2f816aad605e158aa052086b1e0af572ded03a7b (patch) | |
tree | bd79b63d6fb70825fbf708b5e91a03756cf2ad6e /configure.in | |
parent | c79a9f41ca665f95305988b912ead0534f8023a0 (diff) | |
download | mariadb-git-2f816aad605e158aa052086b1e0af572ded03a7b.tar.gz |
Look for libreadline in the light location on *both* tests.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4705d4a343a..8c13896e431 100644 --- a/configure.in +++ b/configure.in @@ -2697,7 +2697,7 @@ case $SYSTEM_TYPE in fi # if there is no readline, but we want to build with readline, we fail - if [test "$want_to_use_readline" = "yes"] && [test ! -d "./cmd-line-utils/readline"] + if [test "$want_to_use_readline" = "yes"] && [test ! -d "$srcdir/cmd-line-utils/readline"] then AC_MSG_ERROR([This commercially licensed MySQL source package can't be built with libreadline. Please use --with-libedit to use |