Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
62
Issues
62
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
85698250
Commit
85698250
authored
Apr 27, 2016
by
Shane Snyder
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix in bzip2 configure check
parent
1eb2a5e4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
darshan-util/configure
+1
-1
check_bzlib.m4
maint/config/check_bzlib.m4
+1
-1
No files found.
darshan-util/configure
View file @
85698250
...
...
@@ -3538,7 +3538,7 @@ then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: yes"
>
&5
$as_echo
"yes"
>
&6
;
}
BZLIB_OLD_LDFLAGS
=
$LDFLAGS
BZLIB_OLD_CPPFLAGS
=
$
LD
FLAGS
BZLIB_OLD_CPPFLAGS
=
$
CPP
FLAGS
LDFLAGS
=
"
$LDFLAGS
-L
${
BZLIB_HOME
}
/lib"
CPPFLAGS
=
"
$CPPFLAGS
-I
${
BZLIB_HOME
}
/include"
...
...
maint/config/check_bzlib.m4
View file @
85698250
...
...
@@ -57,7 +57,7 @@ if test -z "${DISABLE_BZLIB}"
then
AC_MSG_RESULT(yes)
BZLIB_OLD_LDFLAGS=$LDFLAGS
BZLIB_OLD_CPPFLAGS=$
LD
FLAGS
BZLIB_OLD_CPPFLAGS=$
CPP
FLAGS
LDFLAGS="$LDFLAGS -L${BZLIB_HOME}/lib"
CPPFLAGS="$CPPFLAGS -I${BZLIB_HOME}/include"
AC_LANG_SAVE
...
...
Shane Snyder
@ssnyder
mentioned in issue
#183 (closed)
·
Apr 27, 2016
mentioned in issue
#183 (closed)
mentioned in issue #183
Toggle commit list
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