make xconfig yields a syntax error at line 9 of the indicated file >From /usr/src/linux diff net/ipv4/netfilter/ip_vs/Config.in net/ipv4/netfilter/ip_vs/Config.in.orig yields 9c9 < if [ "$CONFIG_IP_VS" = "m" ]; then --- > if [ "$CONFIG_IP_VS" == "m" ]; then
*** This bug has been marked as a duplicate of 29846 ***