summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b4e53f220..9425f603a 100644
--- a/configure.in
+++ b/configure.in
@@ -1705,7 +1705,8 @@ case $host in
# Special CPU "none" used to select generic C, now this is obsolete.
none-*-*)
- AC_MSG_ERROR([the \"none\" host is obsolete, use --disable-assembly])
+ enable_assembly=no
+ AC_MSG_WARN([the \"none\" host is obsolete, use --disable-assembly])
;;
esac