pkgsrc/x11/libxklavier/patches/patch-aa

36 lines
1.3 KiB
Text
Raw Normal View History

$NetBSD: patch-aa,v 1.4 2005/03/24 09:34:24 jmmv Exp $
--- configure.orig 2005-02-26 00:02:18.000000000 +0100
+++ configure
@@ -20135,9 +20135,9 @@ fi
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 @@ fi
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 '**********************************************************'