]> git.sesse.net Git - vlc/commitdiff
Tell that disabling libtool is going to suck - closes #1189
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Jun 2007 08:41:35 +0000 (08:41 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Jun 2007 08:41:35 +0000 (08:41 +0000)
configure.ac

index 8ae3a4f38dd6c678f24ae7098a0ebf9008e27df5..5086e779616f5f6762ad950609f8c61ac70cc39b 100644 (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"] )