blob: 6a31d5de16cb5064eb0a7a84c0896d7844e5438e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1.1.1 2010/02/18 21:00:44 drochner Exp $
--- configure.orig 2010-02-11 23:58:23.000000000 +0000
+++ configure
@@ -14301,7 +14301,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
|