[gnumeric] configure: no scrollkeeper in the win32 case.



commit 56aab4a7a9c7ad8648b46418fa5dcdf37d50c5aa
Author: Morten Welinder <terra gnome org>
Date:   Tue Jun 10 20:24:36 2014 -0400

    configure: no scrollkeeper in the win32 case.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b8f8449..41028c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -886,7 +886,7 @@ AC_SUBST(GNM_PY_LDFLAGS)
 AC_SUBST(GNM_PY_LIBADD)
 
 AC_CHECK_PROG(SCROLLKEEPER_PREINSTALL,scrollkeeper-preinstall,yes,no)
-AM_CONDITIONAL(WITH_SCROLLKEEPER, test "x$SCROLLKEEPER_PREINSTALL" = xyes)
+AM_CONDITIONAL(WITH_SCROLLKEEPER, test "x$SCROLLKEEPER_PREINSTALL" = xyes -a "x$with_win32" != "xyes")
 
 # Support for PDF docs
 AC_ARG_ENABLE(pdfdocs,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]