mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Use AC_CHECKING instead of `echo', so ./configure obeys --quiet and
--silent. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1703 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e82b2241e7
commit
4701ec747e
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ AC_SUBST(SHARED_LIBRARY)
|
|||
# What flags to pass for making a shared library?
|
||||
# xxx This should be smarter and more general
|
||||
#--------------------------------------------------------------------
|
||||
echo Checking for flags to use when making a shared lib...
|
||||
AC_CHECKING(for flags to use when making a shared lib...)
|
||||
if ($srcdir/config.guess | grep solaris); then
|
||||
CFLAGS_SHAREDLIB='$(CFLAGS_SHAREDLIB_SOLARIS)'
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue