Just moving an obviously misplaced comment
authorPavel Labath <pavelo@centrum.sk>
Thu, 4 Jun 2009 11:44:14 +0000 (13:44 +0200)
committerPavel Labath <pavelo@centrum.sk>
Fri, 12 Jun 2009 17:21:34 +0000 (19:21 +0200)
configure.ac.in

index 2764d7f..9af8792 100644 (file)
@@ -208,10 +208,6 @@ if test x$want_hddtemp = xyes; then
   fi
 fi
 
-dnl
-dnl Math
-dnl
-
 
 dnl
 dnl Apcupsd
@@ -232,6 +228,11 @@ if test x$want_apcupsd = xyes; then
 fi
 AM_CONDITIONAL(BUILD_APCUPSD, test x$want_apcupsd = xyes)
 
+
+dnl
+dnl Math
+dnl
+
 AC_ARG_ENABLE([math],
               AC_HELP_STRING([--disable-math], [disable if you do not want math support @<:@default=yes@:>@]),
               [want_math="$enableval"], [want_math=yes])