configure: Don't check for OBJC compiler
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 30 May 2012 09:24:29 +0000 (11:24 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 30 May 2012 09:26:24 +0000 (11:26 +0200)
configure.ac

index 0497c96..affb46b 100644 (file)
@@ -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