[vlc-commits] configure: Remove deprecated AM_PROG_CC_C_O
Marvin Scholz
git at videolan.org
Thu Nov 30 17:14:32 CET 2017
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Nov 30 09:56:03 2017 +0100| [4262e27660fadf9fc937ac0d3414e29ecf201d7b] | committer: Rémi Denis-Courmont
configure: Remove deprecated AM_PROG_CC_C_O
According to the documentation, AM_PROG_CC_C_O is obsolete and
AC_PROG_CC now does the check that this macro used to do, since
Automake 1.14.
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4262e27660fadf9fc937ac0d3414e29ecf201d7b
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0ca5244905..2bfd8ffd6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,6 @@ AC_DEFINE([_THREAD_SAFE],, [Same as _REENTANT for some other OSes.])
AC_DEFINE([__LIBVLC__],, [Define within the LibVLC source code tree.])
AC_DEFINE([WIN32_LEAN_AND_MEAN],, [Define to limit the scope of <windows.h>.])
-AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_OBJC
More information about the vlc-commits
mailing list