diff options
-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]) |