[PATCH:xf86-input-vmmouse 1/2] Replace unportable test(1) operator.
Thomas Klausner
wiz at NetBSD.org
Fri Jun 26 01:34:42 PDT 2015
Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 70ed3a6..55b2345 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ case $host_os in
AC_DEFINE(VMMOUSE_OS_BSD, 1, [Building for BSD flavour])
;;
solaris*)
- if test "x$GCC" == "xyes"; then
+ if test "x$GCC" = "xyes"; then
CC="$save_solaris_cc -fms-extensions"
fi
AC_DEFINE(VMMOUSE_OS_SOLARIS, 1, [Building for Solaris flavour])
--
2.4.3
More information about the xorg-devel
mailing list