<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Shane Snyder pushed to branch master
at <a href="https://xgitlab.cels.anl.gov/darshan/darshan">darshan / darshan</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/856982506c577054ee0d3a027df7d88944e2050e">85698250</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2016-04-27T16:29:51+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">bug fix in bzip2 configure check</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
darshan-util/configure
</a>
</li>
<li class="file-stats">
<a href="#ad29afc395839758d41094872298bd0d" style="text-decoration: none">
maint/config/check_bzlib.m4
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/856982506c577054ee0d3a027df7d88944e2050e#diff-0">
<strong>
darshan-util/configure
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/darshan-util/configure
</span><span style="background: #ddffdd; color: #000000">+++ b/darshan-util/configure
</span><span style="color: #aaaaaa">@@ -3538,7 +3538,7 @@ then
</span>         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
         BZLIB_OLD_LDFLAGS=$LDFLAGS
<span style="background: #ffdddd; color: #000000">-        BZLIB_OLD_CPPFLAGS=$LDFLAGS
</span><span style="background: #ddffdd; color: #000000">+        BZLIB_OLD_CPPFLAGS=$CPPFLAGS
</span>         LDFLAGS="$LDFLAGS -L${BZLIB_HOME}/lib"
         CPPFLAGS="$CPPFLAGS -I${BZLIB_HOME}/include"
 
</code></pre>

<br>
</li>
<li id="ad29afc395839758d41094872298bd0d">
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/856982506c577054ee0d3a027df7d88944e2050e#diff-1">
<strong>
maint/config/check_bzlib.m4
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/maint/config/check_bzlib.m4
</span><span style="background: #ddffdd; color: #000000">+++ b/maint/config/check_bzlib.m4
</span><span style="color: #aaaaaa">@@ -57,7 +57,7 @@ if test -z "${DISABLE_BZLIB}"
</span> then
         AC_MSG_RESULT(yes)
         BZLIB_OLD_LDFLAGS=$LDFLAGS
<span style="background: #ffdddd; color: #000000">-        BZLIB_OLD_CPPFLAGS=$LDFLAGS
</span><span style="background: #ddffdd; color: #000000">+        BZLIB_OLD_CPPFLAGS=$CPPFLAGS
</span>         LDFLAGS="$LDFLAGS -L${BZLIB_HOME}/lib"
         CPPFLAGS="$CPPFLAGS -I${BZLIB_HOME}/include"
         AC_LANG_SAVE
</code></pre>

<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/856982506c577054ee0d3a027df7d88944e2050e">View it on GitLab</a>.
<br>
You're receiving this email because of your account on xgitlab.cels.anl.gov.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>