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 8ae9d2c0..9e068f4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -461,7 +461,7 @@ AS_IF([test "${enable_ffmpeg}" != "no"], [
])
AS_IF([test "${enable_hotkeys}" != "no"], [
- AS_IF([test "${enable_staticlink}" = "no"], [
+ AS_IF([test "${enable_staticlink}" != "no"], [
HOTKEYS_CFLAGS="-I../../$LIB/include"
HOTKEYS_LIBS="-lX11"
AC_SUBST(HOTKEYS_CFLAGS)