diff options
author | piratfm <piratfm@gmail.com> | 2013-09-11 20:22:57 +0300 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-14 17:42:35 +0100 |
commit | 590b367a5d1e83ba5fe9c96b05e0bf16e0670048 (patch) | |
tree | 0b489ecc398e6ca8f20bc44e42741a3ead7b5953 | |
parent | 219bb64bfbd79e7b13cfcaa83c3fa60ab6b80cd0 (diff) | |
download | ODR-AudioEnc-590b367a5d1e83ba5fe9c96b05e0bf16e0670048.tar.gz ODR-AudioEnc-590b367a5d1e83ba5fe9c96b05e0bf16e0670048.tar.bz2 ODR-AudioEnc-590b367a5d1e83ba5fe9c96b05e0bf16e0670048.zip |
Update configure.ac
fix libtool dep
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 452f74f..487fd8d 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,7 @@ AM_CONDITIONAL(EXAMPLE, test x$example = xyes) dnl Checks for programs. AC_PROG_CC AC_PROG_CXX +AC_PROG_LIBTOOL LT_INIT AC_CHECK_LIB([m], [sin]) |