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:
Wolfgang Lux 2015-04-01 08:44:17 +00:00
parent 6dbc805c58
commit 8d21c4cdbb
3 changed files with 3278 additions and 19132 deletions

View file

@ -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>

22400
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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