mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
configure: Don't check for OBJC compiler
This commit is contained in:
parent
70b343e121
commit
8e03e38c98
1 changed files with 0 additions and 2 deletions
|
@ -92,8 +92,6 @@ AC_PROG_CXX
|
||||||
dnl determine if c++ is available on this system
|
dnl determine if c++ is available on this system
|
||||||
AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
|
AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
|
||||||
|
|
||||||
AS_PROG_OBJC
|
|
||||||
|
|
||||||
dnl check if the compiler supports '-c' and '-o' options
|
dnl check if the compiler supports '-c' and '-o' options
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue