summaryrefslogtreecommitdiff
path: root/readline/configure.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-09-01 20:49:09 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-09-01 20:49:09 +0000
commitd2f11b006bf34c9548d98d5ea72dc7c686ff208e (patch)
tree551832affdf35b8304047882e7d32c2df4aa1db8 /readline/configure.in
parent3da39f70162fdf612a4c3024fda9e7f401921f6c (diff)
downloadgdb-d2f11b006bf34c9548d98d5ea72dc7c686ff208e.tar.gz
PR gdb/2138
From readline 5.2: * configure.in (CROSS_COMPILE): Initialize to empty. * configure: Regenerated.
Diffstat (limited to 'readline/configure.in')
-rw-r--r--readline/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/readline/configure.in b/readline/configure.in
index 6c7b8187f6e..fbab795eb95 100644
--- a/readline/configure.in
+++ b/readline/configure.in
@@ -77,6 +77,7 @@ dnl files as necessary
dnl Note that host and target machine are the same, and different than the
dnl build machine.
+CROSS_COMPILE=
if test "x$cross_compiling" = "xyes"; then
case "${host}" in
*-cygwin*)