diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-05-30 11:24:29 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-05-30 11:24:29 +0200 |
commit | 8e03e38c9827a0b2965cfbd78936395a382f86e0 (patch) | |
tree | 7ff39f8d3c6af4d6c9ca82e56962cf069cde2fe8 /configure.ac | |
parent | 70b343e121e01f912f8fd889b971c0a9deae9ad0 (diff) |
configure: Don't check for OBJC compiler
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 34bc836e..fe606761 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 |