mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:40:48 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2359 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9cbd03bb69
commit
53e05b7250
3 changed files with 92 additions and 35 deletions
|
@ -93,7 +93,9 @@ AC_SUBST(config_include)
|
|||
|
||||
# Checking for some additional libraries we might need
|
||||
AC_CHECK_LIB(dl, dlopen)
|
||||
AC_CHECK_LIB(pthread, pthread_create)
|
||||
AC_CHECK_LIB(pcthread, pthread_create,
|
||||
,
|
||||
AC_CHECK_LIB(pthread, pthread_create))
|
||||
AC_CHECK_LIB(m, sqrt)
|
||||
|
||||
# Determine the Foundation library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue