From 590b367a5d1e83ba5fe9c96b05e0bf16e0670048 Mon Sep 17 00:00:00 2001 From: piratfm Date: Wed, 11 Sep 2013 20:22:57 +0300 Subject: Update configure.ac fix libtool dep --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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]) -- cgit v1.2.3