Avoid a stray 'yes' in configure output

The corresponding AC_MSG_CHECKING line got lost
This commit is contained in:
Matthias Clasen 2010-06-28 12:36:33 -04:00
parent 42abeadbb8
commit 289f3b1b2b

View File

@ -740,6 +740,8 @@ AC_MSG_RESULT($gtk_uxtheme_h)
AC_CHECK_HEADERS(crt_externs.h)
AC_CHECK_FUNCS(_NSGetEnviron)
AC_MSG_CHECKING(whether to build dynamic modules)
AC_ARG_ENABLE(modules,
[AC_HELP_STRING([--disable-modules],
[disable dynamic module loading])])