mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 21:38:02 +02:00
Fix typo
Signed-off-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
parent
f07585ca27
commit
a5395563bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue