From eeab5adb6cc67a0e934163d3d82aaf7fdb7d2973 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sat, 1 Sep 2007 20:49:09 +0000 Subject: PR gdb/2138 From readline 5.2: * configure.in (CROSS_COMPILE): Initialize to empty. * configure: Regenerated. --- readline/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'readline/configure.in') diff --git a/readline/configure.in b/readline/configure.in index 6c7b818..fbab795 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*) -- cgit v1.1