forked from Lainports/freebsd-ports
11 lines
423 B
Text
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
|