Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
851ed504
...
851ed5042f053998de39fada6aaf156f6967dc9b
authored
2000-12-04 00:50:18 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Check for <pthread.h>
1 parent
1af59af3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
configure.in
configure.in
View file @
851ed50
...
...
@@ -22,8 +22,9 @@ dnl Check for headers
AC_HEADER_STDC
AC_HEADER_DIRENT
AM_C_PROTOTYPES
AC_CHECK_HEADERS(errno.h fcntl.h inttypes.h limits.h malloc.h paths.h \
shadow.h stdio.h stdlib.h string.h strings.h sys/file.h syslog.h unistd.h)
AC_CHECK_HEADERS(errno.h fcntl.h inttypes.h limits.h malloc.h pthread.h \
paths.h shadow.h stdio.h stdlib.h string.h strings.h sys/file.h syslog.h \
unistd.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
...
...
Please
register
or
sign in
to post a comment