Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > dcf1256de89e3cd451db7901a03bb28e > files > 1

node-0.3.2-7.fc12.src.rpm

--- node-0.3.2/configure	2003-03-06 20:36:50.000000000 +0200
+++ node-0.3.2-mod/configure	2008-06-16 08:23:32.000000000 +0300
@@ -43,29 +43,13 @@
 
 # Global protocol definition symbols for programmers that want to conditionally
 # compile
-	HAVEAX25="#undef"
-	HAVENETROM="#undef"
-	HAVEROSE="#undef"
-
-	echo -n "Include support for the AX.25 protocol ? [Y/n]: "; read answer
-	if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
-	then
-		HAVEAX25="#define"
-	fi
-	#
-	echo -n "Include support for the NetRom protocol ? [Y/n]: "; read answer
-	if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
-	then
-		HAVEAX25="#define"
-		HAVENETROM="#define"
-	fi
-	#
-	echo -n "Include support for the Rose protocol ? [Y/n]: "; read answer
-	if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
-	then
-		HAVEAX25="#define"
-		HAVEROSE="#define"
-	fi
+#	HAVEAX25="#undef"
+#	HAVENETROM="#undef"
+#	HAVEROSE="#undef"
+
+	HAVEAX25="#define"
+	HAVENETROM="#define"
+	HAVEROSE="#define"
 
 echo "Creating Makefile.include"