summaryrefslogtreecommitdiff
path: root/misc/gwaei/patches/patch-configure
blob: 3fee6c5b167d3614f459f81fe899b841590aa76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.1 2011/07/14 21:11:54 ryoon Exp $

* Wrong version detection

--- configure.orig	2011-07-14 19:56:43.000000000 +0000
+++ configure
@@ -13942,7 +13942,7 @@ case "$am__api_version" in
     ;;
 esac
 
-if test -n "0.35.0"; then
+if test -ge "0.35.0"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35.0" >&5
 $as_echo_n "checking for intltool >= 0.35.0... " >&6; }