summaryrefslogtreecommitdiff
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
commit4a294ca80b7cd1a39286d65cb0f7cf1a24baa16f (patch)
tree47c62599e7fe216aa8a2239c58ee60ffc9c96129 /gdb/configure
parent71e578e51cb48a28d336c817a343cb5e4cc2f554 (diff)
downloadgdb-4a294ca80b7cd1a39286d65cb0f7cf1a24baa16f.tar.gz
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 9b36c9b4617..ca92123305e 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/^/# /' \