summaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-01-03 14:45:47 +0000
committerMark Kettenis <kettenis@gnu.org>2003-01-03 14:45:47 +0000
commit290d4669e95c8a664eb224a0c0445e1032c40c1e (patch)
treed9b7c4301c5ac118ce57e9b9efa1265d07a7f54c /gdb/configure.in
parent12059c8e9cbee6d9e845b55e1d5ad75b02b3670e (diff)
downloadgdb-290d4669e95c8a664eb224a0c0445e1032c40c1e.tar.gz
* configure.in: Remove --enable-netrom option.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 12b5f6b9c13..ed1c5740697 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -858,20 +858,6 @@ fi
dnl Handle optional features that can be enabled.
-AC_ARG_ENABLE(netrom,
-[ --enable-netrom Enable NetROM support],
-[case "${enableval}" in
-yes) enable_netrom=yes ;;
-no) enable_netrom=no ;;
-*) AC_MSG_ERROR(bad value ${enableval} given for netrom option) ;;
-esac])
-
-if test "${enable_netrom}" = "yes"; then
- CONFIG_LIB_OBS="${CONFIG_LIB_OBS} remote-nrom.o"
- CONFIG_SRCS="${CONFIG_SRCS} remote-nrom.c"
-fi
-
-
# NOTE: Don't add -Wall or -Wunused, they both include
# -Wunused-parameter which reports bogus warnings.
# NOTE: If you add to this list, remember to update