summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-21 21:45:06 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-03-21 21:48:21 +0100
commitd6e96d0a4e03bb722b9aa62ccd26b25c64c07a45 (patch)
tree165148cbc2affb3c30ae4ec620e860721ff28171 /configure.in
parentMake sure that FillLabelData doesn't crash in presence of duplicated dims. (diff)
downloadcore-d6e96d0a4e03bb722b9aa62ccd26b25c64c07a45.tar.gz
core-d6e96d0a4e03bb722b9aa62ccd26b25c64c07a45.zip
add missing AC_MSG_RESULT() else branch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 08cd3620e7d9..c6df5f1b4fba 100644
--- a/configure.in
+++ b/configure.in
@@ -7686,6 +7686,8 @@ if test "$WANT_X11" = "yes" -a "$test_xrender" = "yes"; then
else
AC_MSG_RESULT([internal])
fi
+else
+ AC_MSG_RESULT([no])
fi
dnl ===================================================================