[vlc-devel] [PATCH] configure: Remove deprecated AM_PROG_CC_C_O

Marvin Scholz epirat07 at gmail.com
Thu Nov 30 09:56:03 CET 2017


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.
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1a5beb4c30..f99d251434 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
-- 
2.13.6 (Apple Git-96)



More information about the vlc-devel mailing list