Add API for getting unicode representation of a keysym
[profile/ivi/libxkbcommon.git] / configure.ac
index d2bd3c2..227026d 100644 (file)
@@ -45,6 +45,10 @@ XORG_MACROS_VERSION(1.8)
 XORG_DEFAULT_OPTIONS
 XORG_CHECK_MALLOC_ZERO
 
+# Check for compiler features
+AC_C_INLINE
+AC_C_TYPEOF
+
 # Check for programs
 AC_PROG_LEX
 AC_PROG_YACC