summaryrefslogtreecommitdiffstats
path: root/x11/libxklavier/files/patch-configure
blob: 4de85e18100f3e07705e9763afc2f94e0c81b199 (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
24
25
26
27
28
29
30
31
32
33
--- configure.orig  Mon Dec 13 00:57:33 2004
+++ configure   Mon Dec 13 00:58:14 2004
@@ -20135,9 +20135,9 @@
 
 echo "$as_me:$LINENO: checking whether at least one libxklavier backend is enabled" >&5
 echo $ECHO_N "checking whether at least one libxklavier backend is enabled... $ECHO_C" >&6
-if test \( "$enable_xkb_support" == "yes" -a \
-          "$xkb_headers_present" == "yes" \) -o \
-        "$enable_xmm_support" == "yes" ; then
+if test \( "$enable_xkb_support" = "yes" -a \
+          "$xkb_headers_present" = "yes" \) -o \
+        "$enable_xmm_support" = "yes" ; then
   echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 else
@@ -21744,14 +21744,14 @@
 
 echo '**********************************************************'
 echo '  Libxklavier is configured with the following backends:'
-if test "$enable_xkb_support" == "yes" ; then
-  if test "$xkb_headers_present" == "yes" ; then
+if test "$enable_xkb_support" = "yes" ; then
+  if test "$xkb_headers_present" = "yes" ; then
     echo '    XKB (libxkbfile headers are present)'
   else
     echo '    XKB (but libxkbfile headers are NOT present)'
   fi
 fi
-if test "$enable_xmm_support" == "yes" ; then
+if test "$enable_xmm_support" = "yes" ; then
   echo '    xmodmap'
 fi
 echo '**********************************************************'
>+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * SIZEify.trevor2004-01-301-0/+1 * Link against libGL instead of libMesaGL.anholt2003-11-072-2/+2 * - Fix build on -currentkrion2003-11-048-28/+77 * onto MASTER_SITE_LOCALtrevor2003-10-281-2/+2 * This does not fetch.trevor2003-10-281-0/+1 * Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-6/+6 * BROKEN on 5.1: bad C++kris2003-05-18