mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Just moving an obviously misplaced comment
This commit is contained in:
parent
d114bcf58a
commit
71f6880b01
@ -208,10 +208,6 @@ if test x$want_hddtemp = xyes; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl
|
|
||||||
dnl Math
|
|
||||||
dnl
|
|
||||||
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Apcupsd
|
dnl Apcupsd
|
||||||
@ -232,6 +228,11 @@ if test x$want_apcupsd = xyes; then
|
|||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(BUILD_APCUPSD, test x$want_apcupsd = xyes)
|
AM_CONDITIONAL(BUILD_APCUPSD, test x$want_apcupsd = xyes)
|
||||||
|
|
||||||
|
|
||||||
|
dnl
|
||||||
|
dnl Math
|
||||||
|
dnl
|
||||||
|
|
||||||
AC_ARG_ENABLE([math],
|
AC_ARG_ENABLE([math],
|
||||||
AC_HELP_STRING([--disable-math], [disable if you do not want math support @<:@default=yes@:>@]),
|
AC_HELP_STRING([--disable-math], [disable if you do not want math support @<:@default=yes@:>@]),
|
||||||
[want_math="$enableval"], [want_math=yes])
|
[want_math="$enableval"], [want_math=yes])
|
||||||
|
Loading…
Reference in New Issue
Block a user