From a5d49274162fbaad7dfcf5879e4e229bc7801fe0 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 1 Nov 2010 13:35:06 -0400 Subject: [PATCH app-xkbevd] config: cfgparse.c is in the root dir and not in src dir The test for the yacc generated file was done in the wrong directory. Signed-off-by: Gaetan Nadon --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 73c7def..23d925c 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AM_CONFIG_HEADER(config.h) AC_PROG_YACC AC_PATH_PROG([YACC_INST], $YACC) -if test ! -f "$srcdir/cfgparse.c"; then +if test ! -f "cfgparse.c"; then if test -z "$YACC_INST"; then AC_MSG_ERROR([yacc not found - unable to compile cfgparse.y]) fi -- 1.6.0.4