diff options
author | Holger Freyther <zecke@selfish.org> | 2009-02-20 18:33:00 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2009-02-20 18:33:00 +0000 |
commit | 3281f6e2338de0aea5a164e366483f1bf5573976 (patch) | |
tree | 05d070edeb726d8e61fbb6873cadb108bfd1fa01 /configure.in | |
parent | 11fa29c169b9d0b02c1cd32e5683e038e7f494b5 (diff) |
[build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against it
Link the tests against the libbsc.a to avoid most of the breakage
when creating new symbols.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index edcbe3b44..8076c345c 100644 --- a/configure.in +++ b/configure.in @@ -7,6 +7,7 @@ dnl checks for programs AC_PROG_MAKE_SET AC_PROG_CC AC_PROG_INSTALL +AC_PROG_RANLIB AM_PROG_LEX dnl checks for libraries |