mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
04e09cce93
commit
656b0ddd8a
4 changed files with 349 additions and 261 deletions
11
configure.in
11
configure.in
|
@ -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.
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue