From 4e2cb01ad0ef957a18d684ba225d672d1b6a3bb8 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Tue, 5 Apr 2011 23:26:14 +0100 Subject: [PATCH] bashism eliminated --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 13911c3..d045efd 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,7 @@ AC_ARG_ENABLE( runtime-deps, if test "x$enable_runtime_deps" = "xyes"; then PKG_CHECK_MODULES(DEPS, [xproto >= 7.0.20] [x11 >= 1.4.3], [have_deps=yes], [have_deps=no]) - if test "x$have_deps" == "xno" ; then + if test "x$have_deps" = "xno" ; then AC_MSG_WARN([ Required dependencies not found. These dependencies are run-time dependencies only and not required for building. -- 2.32.0.93.g670b81a890