1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

Tell that disabling libtool is going to suck - closes #1189

This commit is contained in:
Rémi Denis-Courmont 2007-06-09 08:41:35 +00:00
parent 3480318f76
commit 7c5073f990

View File

@ -324,6 +324,9 @@ AC_PROG_LIBTOOL
AC_ARG_ENABLE(libtool,
[ --enable-libtool use libtool (default enabled)])
AS_IF([test "x{enable_libtool}" = "xno"], [
AC_MSG_WARN([Disabling libtool is strongly discouraged. There are known bugs.])
])
AM_CONDITIONAL(USE_LIBTOOL, [test "x${enable_libtool}" != "xno"] )