diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-22 15:08:19 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-22 15:08:19 +0000 |
commit | e447fee50a8014b5281a5abfcc5e468f8cc130ca (patch) | |
tree | 0b2449fb9b5d0f9ad3ead137703ad83f76591b4e /configure.ac | |
parent | 34cd161f5947b4dc185356bc65653717f56ced00 (diff) |
Use YACC to compile xkbparse.y.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4fc35e9..33f26ff 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,7 @@ AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) AC_PROG_CC +AC_PROG_YACC AC_PROG_INSTALL # Checks for pkg-config packages |