summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-28 12:36:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-28 12:36:33 -0400
commit289f3b1b2b20f38fdd88d85f0dd2850b2ccbae7f (patch)
tree40a715acc9eadd91c4b59faa96e2ca78231ab7de /configure.ac
parent42abeadbb812172c8f3e3c7b7dc4662cb90cff89 (diff)
downloadgtk+-289f3b1b2b20f38fdd88d85f0dd2850b2ccbae7f.tar.gz
Avoid a stray 'yes' in configure output
The corresponding AC_MSG_CHECKING line got lost
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c762bff860..70db346def 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])])