Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
b4377269
Commit
b4377269
authored
Oct 02, 2018
by
Philip Carns
Browse files
fix typo in m4 test
parent
930ae155
Changes
1
Hide whitespace changes
Inline
Side-by-side
maint/config/check_zlib.m4
View file @
b4377269
...
...
@@ -20,7 +20,7 @@ else
AC_MSG_ERROR(zlib is required)
fi])
AC_CHECK_HEADER(zlib.h, [],[AC_MSG_ERROR(z.h not found)])
AC_CHECK_HEADER(zlib.h, [],[AC_MSG_ERROR(z
lib
.h not found)])
AC_CHECK_LIB(z, inflateEnd, [],[AC_MSG_ERROR(libz not found)])
])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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