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
acf16565
...
acf16565626ddf941b10533e0504e78f322f446b
authored
2002-12-04 23:17:51 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Check for presense of getopt.h
1 parent
8f3ee46f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
configure.ac
configure.ac
View file @
acf1656
...
...
@@ -210,11 +210,11 @@ dnl Check for headers
AC_HEADER_STDC
AC_HEADER_DIRENT
AM_C_PROTOTYPES
AC_CHECK_HEADERS(argp.h errno.h fcntl.h
inttypes.h libgen.h limits.h malloc.h
\
paths.h shadow.h socket.h sys/socket.h stdarg.h stdio.h stdlib.h string.h
\
st
rings.h sys/file.h sysexits.h syslog.h termios.h termio.h sgtty.h utmp.h
\
utmpx.h unistd.h obstack.h termcap
.h)
AC_CHECK_HEADERS(argp.h errno.h fcntl.h
getopt.h inttypes.h libgen.h limits.h
\
malloc.h obstack.h paths.h shadow.h socket.h sys/socket.h stdarg.h stdio.h
\
st
dlib.h string.h strings.h sys/file.h sysexits.h syslog.h termcap.h
\
termios.h termio.h sgtty.h utmp.h utmpx.h unistd
.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_UID_T
...
...
Please
register
or
sign in
to post a comment