diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-21 21:45:06 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-21 21:48:21 +0100 |
commit | d6e96d0a4e03bb722b9aa62ccd26b25c64c07a45 (patch) | |
tree | 165148cbc2affb3c30ae4ec620e860721ff28171 /configure.in | |
parent | 7d4293b3ba64ffd51731d9a2d478a88a45836aa2 (diff) |
add missing AC_MSG_RESULT() else branch
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 =================================================================== |