summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-11 18:25:14 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-11 18:25:14 +0200
commit66974b7a2db30de0276dd7e993d1d21f2640142b (patch)
tree97f8ea0554f8e766c679104df9e18fe551111c44 /configure.ac
parent63c5d2a3b1b803e02f112b74bff53ac951bd1ccf (diff)
fixed global hotkeys plugin
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bbbed126..1f096180 100644
--- a/configure.ac
+++ b/configure.ac
@@ -269,7 +269,7 @@ if test "x$enable_hotkeys" != "xno" ; then
AC_CHECK_HEADER([X11/Xlib.h], HAVE_XLIB_H=yes)
if test "x$HAVE_XLIB_H" = "xyes" ; then
HOTKEYS_LIBS="-lX11"
- AC_SUBST(HOTKES_LIBS)
+ AC_SUBST(HOTKEYS_LIBS)
PLUGINS_DIRS="$PLUGINS_DIRS plugins/hotkeys"
fi
fi