[Darshan-commits] [Git][darshan/darshan][autoperf-mod-update] bug fix in autoconf brackets

Shane Snyder xgitlab at cels.anl.gov
Thu Mar 11 20:02:36 CST 2021



Shane Snyder pushed to branch autoperf-mod-update at darshan / darshan


Commits:
1dd43d37 by Shane Snyder at 2021-03-12T02:02:01+00:00
bug fix in autoconf brackets

- - - - -


1 changed file:

- darshan-runtime/configure.in


Changes:

=====================================
darshan-runtime/configure.in
=====================================
@@ -225,7 +225,7 @@ BUILD_APMPI_MODULE=
 AUTOPERF_APMPI_LD_OPTS=
 AC_ARG_ENABLE(apmpi-mod,
               AS_HELP_STRING([--enable-apmpi-mod], [Enables compilation and use of AUTOPERF MPI module (requires MPI)]))
-AS_IF([test "x$enable_apmpi_mod" = "xyes"],
+AS_IF([test "x$enable_apmpi_mod" = "xyes"], [
     AS_IF([test "x$ENABLE_MPI" = "x"],
         [AC_MSG_ERROR(Autoperf MPI module requires MPI support)]
     )
@@ -236,7 +236,7 @@ AS_IF([test "x$enable_apmpi_mod" = "xyes"],
                     [-]) # this last part tells it to only check for presence
     BUILD_APMPI_MODULE=1
     AUTOPERF_APMPI_LD_OPTS="@${darshan_share_path}/ld-opts/autoperf-apmpi-ld-opts"
-)
+])
 
 AC_ARG_ENABLE(apmpi-coll-sync,
 [  --enable-apmpi-coll-sync
@@ -251,7 +251,7 @@ BUILD_APXC_MODULE=
 AC_ARG_ENABLE(apxc-mod,
               AS_HELP_STRING([--enable-apxc-mod], [Enables compilation and use of AUTOPERF APXC module (requires MPI)])
 )
-AS_IF([test "x$enable_apxc_mod" = "xyes"],
+AS_IF([test "x$enable_apxc_mod" = "xyes"], [
     AS_IF([test "x$ENABLE_MPI" = "x"],
         [AC_MSG_ERROR(Autoperf XC module requires MPI support)]
     )
@@ -265,7 +265,7 @@ AS_IF([test "x$enable_apxc_mod" = "xyes"],
                     [AC_MSG_ERROR([The Autoperf XC git submodule is not present])],
                     [-]) # this last part tells it to only check for presence
     BUILD_APXC_MODULE=1
-)
+])
 
 # HDF5 module (disabled by default)
 BUILD_HDF5_MODULE=



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/1dd43d37ca046c2eda87078b816dc0833c40a2f4

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/1dd43d37ca046c2eda87078b816dc0833c40a2f4
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/20210311/e86a1453/attachment-0001.html>


More information about the Darshan-commits mailing list