Commit 973a35aa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove experimental flag from libtool.

Several people use it and nobody complain it was broken.
Besides, some stuff seem not to work without it.
parent 08b3fcc6
......@@ -77,7 +77,7 @@ AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
AC_ARG_ENABLE(libtool,
[ --enable-libtool use libtool (default disabled, EXPERIMENTAL)],
[ --enable-libtool use libtool (default disabled)],
[],[enable_libtool="no"])
AM_CONDITIONAL(USE_LIBTOOL, [test "${enable_libtool}" != "no"])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment