2013-09-26 17:14:40 +02:00

14 lines
449 B
Plaintext

$NetBSD: patch-af,v 1.2 2010/08/05 18:43:14 drochner Exp $
--- configure.orig 2010-07-25 23:10:34.000000000 +0000
+++ configure
@@ -13046,7 +13046,7 @@ if test "x$gnumeric_with_gtk" = xtrue -a
# Check whether --with-gnome was given.
if test "${with_gnome+set}" = set; then :
- withval=$with_gnome; if test "x$withval" == xyes; then
+ withval=$with_gnome; if test "x$withval" = xyes; then
ui_msg="Gnome"
gnumeric_with_gnome=true
fi