Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
mpich-CVS
Commits
cf54e011
Commit
cf54e011
authored
Oct 29, 2007
by
chan
Browse files
added a check for unistd.h which is needed for STDERR_FILENO.
parent
a1063bb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpe2/src/logging/configure.in
View file @
cf54e011
...
@@ -201,7 +201,7 @@ else
...
@@ -201,7 +201,7 @@ else
AC_C_BIGENDIAN
AC_C_BIGENDIAN
fi
fi
AC_CHECK_HEADERS(stdio.h stdlib.h string.h sys/time.h sys/types.h sys/bitypes.h)
AC_CHECK_HEADERS(stdio.h stdlib.h string.h
unistd.h
sys/time.h sys/types.h sys/bitypes.h)
dnl
dnl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment