lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 24.05-pre 23 lines 514 B view raw
1diff --git a/configure b/configure 2index 4480261..2fb9b34 100755 3--- a/configure 4+++ b/configure 5@@ -28,18 +28,6 @@ do 6 esac 7 done 8 9-# Check HTTP access tool 10-if CHECK_COMMAND curl ; then 11- PROGRAM_HTTP="curl -O" 12-elif CHECK_COMMAND wget ; then 13- PROGRAM_HTTP="wget" 14-elif CHECK_COMMAND fetch ; then 15- PROGRAM_HTTP="fetch" 16-else 17- echo "ERROR: Require one of HTTP access tools (curl, wget or fetch)." 18- exit 1 19-fi 20- 21 # Check encoding filter 22 if CHECK_COMMAND qkc ; then 23 PROGRAM_ENCODEFILTER="qkc -q -u"