summaryrefslogtreecommitdiff
path: root/math/gnumeric2/files/patch-aa
blob: 978df6779faccb0fa194e1cf074ac2b70d38a15c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- configure.orig	Wed Nov  7 11:20:14 2001
+++ configure	Wed Nov  7 11:34:43 2001
@@ -10618,7 +10618,7 @@
 	if gnome-config --libs gb > /dev/null 2>&1; then
 		verstxt=`gnome-config --modversion gb 2>/dev/null`
 		vers=`echo "$verstxt" | awk -F. '{ printf "%d", $1 * 10000 + $2 * 100 + $3; }'`
-		if test "$vers" -eq 000017; then
+		if test "$vers" -ge 000017; then
 			echo "$ac_t""$marker_ok found $verstxt" 1>&6
 			cat >> confdefs.h <<\EOF
 #define ENABLE_GB 1