Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 6f71fb254336046501259b5c38e5fb35 > files > 5

autoscan-1.50-8.mga2.src.rpm

diff -Naur -x '*~' autoscan-network-1.50/configure autoscan-network-1.50-mandriva-build-options/configure
--- autoscan-network-1.50/configure	2010-02-01 20:22:02.000000000 +0100
+++ autoscan-network-1.50-mandriva-build-options/configure	2011-07-29 13:50:06.974678626 +0200
@@ -178,6 +178,8 @@
 	BULLE="disable";
 	SIGNAL="enable";
 	SEMAPHORE="enable";
+	VNC="enable";
+	PCAP="enable";
 	;;
   Gentoo)
 	OPTIONS="-D__LINUX_ENABLE $OPTIONS"
@@ -883,7 +885,7 @@
          0)
 		LIBCURL_FLAGS=`pkg-config libcurl --cflags`
 		LIBCURL_LIBS=`pkg-config libcurl --libs`
-		echo -e "\033[1;32m found `pkg-config curl --modversion`\033[0m"
+		echo -e "\033[1;32m found `pkg-config libcurl --modversion`\033[0m"
 		LIBCURL=1 ;;
 		*)
 		echo -e "\033[1;31mnot found.\033[0m" ;;