summaryrefslogtreecommitdiff
path: root/readline/configure
diff options
context:
space:
mode:
authorqiyao <qiyao>2013-05-22 09:51:49 +0000
committerqiyao <qiyao>2013-05-22 09:51:49 +0000
commitd72eabc6f823fe4e3a4eafa81a119867c988a0c4 (patch)
tree1616a299054770b57bada955040c3b8491b6f0d9 /readline/configure
parent5f9197eeaf0fa87eb98ac6ebaf88930f33821eab (diff)
downloadgdb-d72eabc6f823fe4e3a4eafa81a119867c988a0c4.tar.gz
readline/
* configure.in: Invoke AC_CANONICAL_BUILD. Change $host_os to $build_os. * configure: Regenerated.
Diffstat (limited to 'readline/configure')
-rwxr-xr-xreadline/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/readline/configure b/readline/configure
index 01873117e52..09de45df5e4 100755
--- a/readline/configure
+++ b/readline/configure
@@ -2285,6 +2285,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+
opt_curses=no
opt_purify=no
@@ -6264,7 +6265,7 @@ fi
-case "$host_os" in
+case "$build_os" in
msdosdjgpp*) BUILD_DIR=`pwd.exe` ;; # to prevent //d/path/file
*) BUILD_DIR=`pwd` ;;
esac