summaryrefslogtreecommitdiffstats
path: root/contrib/libobjc/configure.in
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-07-28 03:12:12 +0000
committerkan <kan@FreeBSD.org>2004-07-28 03:12:12 +0000
commitfaa0a30e665e4b99547718fea8c46655b053f4a4 (patch)
tree692b0b1ffb09a0fba199d48352cc84bcdeadcdb9 /contrib/libobjc/configure.in
parent96bad46eee8bf907dceb152bbb9d128bed5a4956 (diff)
downloadFreeBSD-src-faa0a30e665e4b99547718fea8c46655b053f4a4.zip
FreeBSD-src-faa0a30e665e4b99547718fea8c46655b053f4a4.tar.gz
Gcc 3.4.2 20040728 Objective C support bits.
Diffstat (limited to 'contrib/libobjc/configure.in')
-rw-r--r--contrib/libobjc/configure.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/contrib/libobjc/configure.in b/contrib/libobjc/configure.in
index ac92c42..b20671f 100644
--- a/contrib/libobjc/configure.in
+++ b/contrib/libobjc/configure.in
@@ -39,34 +39,6 @@ AC_SUBST(target_alias)
GLIBCPP_CONFIGURE(.)
GLIBCPP_EXPORT_INSTALL_INFO
-# If the language specific compiler does not exist, but the "gcc" directory
-# does, we do not build anything. Note, $r is set by the top-level Makefile.
-# Note that when we look for the compiler, we search both with and without
-# extension to handle cross and canadian cross builds.
-compiler_name=cc1obj
-rm -f skip-this-dir
-AC_MSG_CHECKING(if compiler $compiler_name has been built)
-AC_CACHE_VAL(objc_cv_compiler_exists,
-[objc_cv_compiler_exists=yes
-if test -n "$r"; then
- if test -d "$r"/gcc; then
- if test -f "$r"/gcc/$compiler_name \
- || test -f "$r"/gcc/$compiler_name.exe; then
- true
- else
- objc_cv_compiler_exists=no
- echo "rm -f config.cache config.log multilib.out" > skip-this-dir
- fi
- fi
-fi
-])
-AC_MSG_RESULT($objc_cv_compiler_exists)
-if test x$objc_cv_compiler_exists = xno
-then
- rm -f Makefile conftest* confdefs* core
- exit 0
-fi
-
dnl Checks for programs.
# Disable shared libs by default
OpenPOWER on IntegriCloud