aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnumeric/files/patch-aa
blob: e3fc2037f80765c9c08010fbd91a331359a6125f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

$FreeBSD$

--- configure.orig  Wed Nov  7 11:20:14 2001
+++ configure   Wed Nov  7 11:34:43 2001
@@ -9981,7 +9981,7 @@
 done
 
 
-for ac_hdr in iconv.h
+for ac_hdr in giconv.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -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