Interface changes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4943 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1999-09-24 22:24:08 +00:00
parent 04e09cce93
commit 656b0ddd8a
4 changed files with 349 additions and 261 deletions

View file

@ -169,6 +169,17 @@ AC_DEFINE_UNQUOTED(NeXT_runtime, $NeXT_runtime)
AC_DEFINE_UNQUOTED(NeXT_cc, $NeXT_cc)
AC_SUBST(NEXT_INCLUDES)
#--------------------------------------------------------------------
# Check if Objective-C is installed
#--------------------------------------------------------------------
AC_CHECK_HEADERS(objc/objc.h)
if test $ac_cv_header_objc_objc_h = no; then
echo "Could not find Objective-C headers"
echo "Check to make sure you have a full installation of the GCC"
echo "compiler that includes the Objective-C headers and libraries"
AC_MSG_ERROR(Could not find Objective-C headers)
fi
#--------------------------------------------------------------------
# Check if libobjc was compiled with thread support.
#--------------------------------------------------------------------