aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-04-25 12:29:32 +0200
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-04-25 12:29:32 +0200
commitc7b3c7e86be4e819a9d29e1ce64edcbd4789f1a7 (patch)
tree3554605e9fc652e6b882b4e553c6318be33bf1d4
parentb61850248adbf717eb323d9ce7a17a817c302544 (diff)
configure: Add LT_INIT macro to enable libtool configuration.fairwaves/static-fix
Now we can use --enable-shared, --disable-shared, --enable-static, --disable-static, --with-pic, and --without-pic configure flags to choose whether we want dynamic or static library linking, etc. See the link for details: https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0951e187..88e5b863 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl checks for programs
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_INSTALL
-AC_PROG_RANLIB
+LT_INIT
dnl checks for header files
AC_HEADER_STDC