diff options
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 2725e18..8f66b4d 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1513,12 +1513,6 @@ if test "x$target" = "x$host"; then fi fi -# We configure the nlm subdirectory on netware targets, as instructed -# by configure.tgt. -if test "x$build_nlm" = xyes; then - AC_CONFIG_SUBDIRS(nlm) -fi - # If hostfile (XM_FILE) and/or targetfile (DEPRECATED_TM_FILE) and/or # nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link # to an empty version. |