aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-17 16:58:02 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-17 16:58:02 +0000
commit2846da9bd2e6fa52c3385de01a8d84dce8a613bb (patch)
treec094b83232b8dffc804d7423a7cba3598db395ab /gdb/configure
parent4fdc42af6e58fe31addd0460862e22268d87bdba (diff)
downloadfsf-binutils-gdb-2846da9bd2e6fa52c3385de01a8d84dce8a613bb.zip
fsf-binutils-gdb-2846da9bd2e6fa52c3385de01a8d84dce8a613bb.tar.gz
fsf-binutils-gdb-2846da9bd2e6fa52c3385de01a8d84dce8a613bb.tar.bz2
2003-02-17 Andrew Cagney <ac131313@redhat.com>
* 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.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure2
1 files changed, 1 insertions, 1 deletions
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/^/# /' \