summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Harrison <colin.harrison@virgin.net>2008-03-15 13:39:13 -0400
committerJames Cloos <cloos@jhcloos.com>2008-03-15 13:39:13 -0400
commita5395563bbee15fabe1e8fd7aa86f9f314d8d30e (patch)
treea59b3a1748d2faba78fe2563fb0a1fbfd7ca9a16
parentf07585ca27a8487bc66dfe41486c823f0fdcea7d (diff)
downloadxorg-lib-libX11-a5395563bbee15fabe1e8fd7aa86f9f314d8d30e.tar.gz
Fix typo
Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 20186246..3719f02a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,7 @@ AC_CHECK_FUNC(poll, [AC_DEFINE(USE_POLL, 1, [poll() function is available])], )
# Find keysymdef.h
#
AC_MSG_CHECKING([keysymdef.h])
-_dir=`pkg-config --variable=includedir xproto`
+dir=`pkg-config --variable=includedir xproto`
KEYSYMDEF="$dir/X11/keysymdef.h"
if test -f "$KEYSYMDEF"; then
AC_MSG_RESULT([$KEYSYMDEF])