Browse Source

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@remlab.net>
pull/62/head
Marvin Scholz 9 years ago
committed by Rémi Denis-Courmont
parent
commit
4262e27660
  1. 1
      configure.ac

1
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

Loading…
Cancel
Save