From 2846da9bd2e6fa52c3385de01a8d84dce8a613bb Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 17 Feb 2003 16:58:02 +0000 Subject: 2003-02-17 Andrew Cagney * configure.in (Makefile): Use the test ${target} != ${host}, instead of the absence of the "nm.h" file, to determine of the configuration non-native. * configure: Regenerate. --- gdb/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index 9b36c9b..ca92123 100755 --- a/gdb/configure +++ b/gdb/configure @@ -10889,7 +10889,7 @@ nativefile=$nativefile EOF cat >> $CONFIG_STATUS <<\EOF -if test "${nativefile}" = ""; then +if test "${target}" != "${host}"; then < Makefile \ sed -e '/^NATDEPFILES[ ]*=.*\\$/,/[^\\]$/s/^/# /' \ -e '/^NATDEPFILES[ ]*=/s/^/# /' \ -- cgit v1.1