From: Sebastian Dröge Date: Wed, 30 May 2012 09:24:29 +0000 (+0200) Subject: configure: Don't check for OBJC compiler X-Git-Tag: 1.19.3~493^2~2182^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90a4af02fc76e3aa082b7858ecd45178d0bd3e40;p=platform%2Fupstream%2Fgstreamer.git configure: Don't check for OBJC compiler --- diff --git a/configure.ac b/configure.ac index 0497c96..affb46b 100644 --- a/configure.ac +++ b/configure.ac @@ -98,8 +98,6 @@ AC_PROG_CXX dnl determine if c++ is available on this system AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no) -AS_PROG_OBJC - dnl check if the compiler supports '-c' and '-o' options AM_PROG_CC_C_O