freebsd-ports/math/gnumeric/files/patch-configure
Joe Marcus Clarke 6f299c340e Update to 1.9.4.
2009-02-24 02:18:04 +00:00

11 lines
423 B
Text

--- configure.orig 2009-02-23 20:47:18.000000000 -0500
+++ configure 2009-02-23 20:48:20.000000000 -0500
@@ -14117,7 +14117,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