mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Made message 'checking for shared objc library...' clearer
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14517 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
06955f1af3
commit
432c31c0ad
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ fi
|
|||
# Check to see if the libobjc library is in our GNUSTEP_SYSTEM_ROOT.
|
||||
# If so, there are probably other libraries that we want there also, so
|
||||
# leave the proper includes in CPPFLAGS and LDFLAGS
|
||||
AC_MSG_CHECKING(for shared objc library)
|
||||
AC_MSG_CHECKING(for custom shared objc library)
|
||||
AC_CACHE_VAL(gs_cv_objc_libdir,
|
||||
[dnl
|
||||
gs_cv_objc_libdir=NONE
|
||||
|
|
Loading…
Reference in a new issue