From 8e03e38c9827a0b2965cfbd78936395a382f86e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 30 May 2012 11:24:29 +0200 Subject: [PATCH] configure: Don't check for OBJC compiler --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 34bc836ede..fe6067613e 100644 --- a/configure.ac +++ b/configure.ac @@ -92,8 +92,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