summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 285ddf8..8473c37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,7 +242,7 @@ AC_ARG_WITH(aticonfig,
with_aticonfig="check"
])
-if test "x$with_aticonfig" == "xcheck"; then
+if test "x$with_aticonfig" = "xcheck"; then
AC_CHECK_PROG(ATICONFIG_EXE, ["$aticonfig_exe"], yes, no)
if test "x$ATICONFIG_EXE" = "xno"; then
with_aticonfig="no"