summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-unikey/patches/patch-configure
blob: 03a547a590034f116c7983af68eff559057ae643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.2 2012/04/22 14:06:17 obache Exp $

* test(1) portability fix.

--- configure.orig	2012-02-29 03:18:22.000000000 +0000
+++ configure
@@ -18737,7 +18737,7 @@ if test "${with_gtk_version+set}" = set;
 
 fi
 
-if test "x$gtk_version" == "x3" || test "x$gtk_version" == "xgtk-3" || test "x$gtk_version" == "xgtk3"; then :
+if test "x$gtk_version" = "x3" || test "x$gtk_version" = "xgtk-3" || test "x$gtk_version" = "xgtk3"; then :
   gtk_version="gtk+-3.0"
 else
   gtk_version="gtk+-2.0 >= 2.12"