[Libreoffice-commits] .: configure.in

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Dec 4 02:30:05 PST 2010


 configure.in |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 6d38af60212e22b47b2fec74f6cb98be710e6a59
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Dec 4 04:29:30 2010 -0600

    fix configure.in zenity breakages

diff --git a/configure.in b/configure.in
index a813fb2..e5649c7 100644
--- a/configure.in
+++ b/configure.in
@@ -8006,13 +8006,12 @@ dnl Use zenity during build
 dnl ===================================================================
 AC_MSG_CHECKING([whether to use zenity during build])
 if test "$enable_zenity" = "yes"; then
+   AC_MSG_RESULT([yes])
    AC_PATH_PROGS( ZNTY, zenity )
-   if test -z "ZNTY"; then
+   if test -z "$ZNTY"; then
       ENABLE_ZENITY=FALSE
-      AC_MSG_RESULT([no])
    else
       ENABLE_ZENITY=TRUE
-      AC_MSG_RESULT([yes])
    fi
 else
     ENABLE_ZENITY=FALSE


More information about the Libreoffice-commits mailing list