summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fcd96d9943..25dd1286eb 100755
--- a/configure
+++ b/configure
@@ -3068,7 +3068,7 @@ if test "$networking" = yes ; then
inputmodules="networking $inputmodules"
else
noinputmodules="networking $noinputmodules"
- def_network='#undef CONFIG_NETWORK'
+ def_network='#define CONFIG_NETWORK 0'
def_networking='#undef CONFIG_NETWORKING'
fi
echores "$networking"