mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix comment syntax in configure script
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38446 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6dbc805c58
commit
8d21c4cdbb
3 changed files with 3278 additions and 19132 deletions
|
@ -1,8 +1,9 @@
|
|||
2015-04-01 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* configure.ac:
|
||||
* configure:
|
||||
Use standard operator in test command
|
||||
* configure.ac: Fix comment syntax and use standard operator in
|
||||
test command.
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2015-03-31 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -1715,8 +1715,7 @@ if test $pthread_ok = no ; then
|
|||
AC_MSG_ERROR([Unable to find pthread library (needed for thread support).])
|
||||
fi
|
||||
|
||||
/* Check threading extensions
|
||||
*/
|
||||
# Check threading extensions
|
||||
AC_CHECK_FUNCS(pthread_getthreadid_np pthread_main_np)
|
||||
|
||||
# Typically need librt on Solaris for sched_yield
|
||||
|
|
Loading…
Reference in a new issue