Merge branch 'master' of git.omp.am:/home/omp/git/conky
[monky] / configure.ac.in
index 976647b..4faf564 100644 (file)
@@ -363,8 +363,8 @@ AC_ARG_ENABLE([xoap],
              [want_xoap="$enableval"], [want_xoap=no])
 #
 AM_CONDITIONAL(BUILD_WEATHER, test x$want_weather = xyes)
+AM_CONDITIONAL(BUILD_XOAP, test x$want_xoap = xyes)
 if test x$want_weather = xyes; then
-       AM_CONDITIONAL(BUILD_XOAP, test x$want_xoap = xyes)
        if test x$want_xoap = xyes; then
                want_libxml2=yes
                AC_DEFINE(XOAP, 1, [Define if you want weather xoap support])