[Darshan-commits] [Git][darshan/darshan][master] fix typo in m4 test

Philip Carns xgitlab at cels.anl.gov
Tue Oct 2 14:06:37 CDT 2018


Philip Carns pushed to branch master at darshan / darshan


Commits:
b4377269 by Phil Carns at 2018-10-02T19:06:28Z
fix typo in m4 test

- - - - -


1 changed file:

- maint/config/check_zlib.m4


Changes:

=====================================
maint/config/check_zlib.m4
=====================================
--- a/maint/config/check_zlib.m4
+++ b/maint/config/check_zlib.m4
@@ -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(zlib.h not found)])
 AC_CHECK_LIB(z, inflateEnd, [],[AC_MSG_ERROR(libz not found)])
 
 ])



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/b43772697cddf3b3cd0e03c90124fc543f9500cc

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/b43772697cddf3b3cd0e03c90124fc543f9500cc
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20181002/bf88d7e2/attachment.html>


More information about the Darshan-commits mailing list