summaryrefslogtreecommitdiffstats
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 752e8e94..709b69b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,7 +159,7 @@ m4_define([HTOP_CHECK_SCRIPT],
], [])
LDFLAGS="$save_LDFLAGS"
fi
- if test "x$htop_script_success" = no; then
+ if test "x$htop_script_success" = xno; then
[$5]
fi
])