Signed-off-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
Colin Harrison 2008-03-15 13:39:13 -04:00 committed by James Cloos
parent f07585ca27
commit a5395563bb

View file

@ -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])