X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=227026d55169b0432590e2551025e772ffd5df2e;hb=e0524296d2e07426c2979025c81bb261d59e74cd;hp=1fc64367209f5eb66442d8b64e37d2fccaf2884f;hpb=8bdef139a62c74d002a976e830f9d8e09628aea3;p=profile%2Fivi%2Flibxkbcommon.git diff --git a/configure.ac b/configure.ac index 1fc6436..227026d 100644 --- a/configure.ac +++ b/configure.ac @@ -45,13 +45,17 @@ 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 AC_PATH_PROG([YACC_INST], $YACC) -if test ! -f "src/xkbcomp/xkbparse.c"; then +if test ! -f "src/xkbcomp/parser.c"; then if test -z "$YACC_INST"; then - AC_MSG_ERROR([yacc not found - unable to compile src/xkbcomp/xkbparse.y]) + AC_MSG_ERROR([yacc not found - unable to compile src/xkbcomp/parser.y]) fi fi @@ -120,5 +124,6 @@ AC_SUBST([XKBCONFIGROOT]) AC_CONFIG_FILES([ Makefile makekeys/Makefile + xkbcommon-uninstalled.pc xkbcommon.pc]) AC_OUTPUT