mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
matched default labels to actual defaults
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@460 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
6225ac7d93
commit
1d65ce8782
10
configure.in
10
configure.in
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user