matched default labels to actual defaults
authorPhilip Kovacs <pkovacs@users.sourceforge.net>
Mon, 2 Jan 2006 18:45:51 +0000 (18:45 +0000)
committerPhilip Kovacs <pkovacs@users.sourceforge.net>
Mon, 2 Jan 2006 18:45:51 +0000 (18:45 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@460 7f574dfc-610e-0410-a909-a81674777703

configure.in

index ab2cb39..b8b22a8 100644 (file)
@@ -49,7 +49,7 @@ dnl
 
 want_xft=yes
 AC_ARG_ENABLE(xft,
-[  --enable-xft            enable if you want to use Xft [[default=no]]],
+[  --enable-xft            enable if you want to use Xft [[default=yes]]],
   [want_xft="$enableval"])
 
 dnl
@@ -71,7 +71,7 @@ dnl
 
 dah=yes
 AC_ARG_ENABLE(proc_uptime,
-[  --enable-proc-uptime    enable using /proc/uptime for uptime [[default=no]]],
+[  --enable-proc-uptime    enable using /proc/uptime for uptime [[default=yes]]],
   [dah="$enableval"])
 
 if test $dah = "yes"; then
@@ -105,7 +105,7 @@ dnl
 
 want_seti=yes
 AC_ARG_ENABLE(seti,
-[  --enable-seti           enable if you want SETI at Home stats [[default=no]]],
+[  --enable-seti           enable if you want SETI at Home stats [[default=yes]]],
   [want_seti="$enableval"])
 
 AM_CONDITIONAL(BUILD_SETI, test x$want_seti = xyes)
@@ -119,7 +119,7 @@ dnl
 
 want_mpd=yes
 AC_ARG_ENABLE(mpd,
-[  --enable-mpd            enable if you want MPD support [[default=no]]],
+[  --enable-mpd            enable if you want MPD support [[default=yes]]],
   [want_mpd="$enableval"])
 
 AM_CONDITIONAL(BUILD_MPD, test x$want_mpd = xyes)
@@ -133,7 +133,7 @@ dnl
 
 want_portmon=yes
 AC_ARG_ENABLE(portmon,
-[  --enable-portmon        enable if you want tcp (ip4) port monitoring [[default=no]]],
+[  --enable-portmon        enable if you want tcp (ip4) port monitoring [[default=yes]]],
   [want_portmon="$enableval"])
 
 AM_CONDITIONAL(BUILD_PORT_MONITORS, test x$want_portmon = xyes)