Skip to content

Commit c570966

Browse files
authored
Merge pull request #6373 from rhc54/topic/oops
Correctly name the package so the flags get set
2 parents 89c1b0c + 24a6452 commit c570966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/compress/zlib/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ AC_DEFUN([MCA_opal_compress_zlib_CONFIG],[
6060
[opal_zlib_libdir="$with_zlib_libdir"
6161
opal_zlib_standard_lib_location=no])
6262

63-
OPAL_CHECK_PACKAGE([opal_zlib],
63+
OPAL_CHECK_PACKAGE([compress_zlib],
6464
[zlib.h],
6565
[z],
6666
[deflate],
@@ -92,7 +92,7 @@ AC_DEFUN([MCA_opal_compress_zlib_CONFIG],[
9292
OPAL_SUMMARY_ADD([[External Packages]],[[ZLIB]], [opal_zlib], [yes ($opal_zlib_source)])],
9393
[$2])
9494

95-
# substitute in the things needed to build psm2
95+
# substitute in the things needed to build this component
9696
AC_SUBST([compress_zlib_CFLAGS])
9797
AC_SUBST([compress_zlib_CPPFLAGS])
9898
AC_SUBST([compress_zlib_LDFLAGS])

0 commit comments

Comments
 (0)