Skip to content
Snippets Groups Projects
Commit 4d8f7d10 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Address a peculiarity of ACX_TLS_XLC_RETRY in the configure script.

parent b7dc2508
No related branches found
No related tags found
2 merge requests!14Draft: K202125/cdi 1.8.x pio merge followup,!8Consolidation with CDI-PIO (1.8.x)
......@@ -572,7 +572,6 @@ dnl If scales-ppm is not available, netcdf can only be used in serial mode:
[nc_inq_format_extended.])],
[AC_INCLUDES_DEFAULT
@%:@include <netcdf.h>])
ACX_TLS_XLC_RETRY
AC_DEFINE([HAVE_PARALLEL_NC4], [1],
[netCDF library does support MPI parallel invocations])],
[AC_MSG_WARN([the supplied netCDF library does not support MPI ]dnl
......@@ -582,7 +581,10 @@ dnl If scales-ppm is not available, netcdf can only be used in serial mode:
@%:@ifdef HAVE_NETCDF_PAR_H
@%:@include <netcdf_par.h>
@%:@endif])
CFLAGS=$saved_CFLAGS])
CFLAGS=$saved_CFLAGS
dnl WARNING: the following macro overwrites saved_CFLAGS shell variable and
dnl modifies CFLAGS:
ACX_TLS_XLC_RETRY])
dnl Check for librt:
AC_SUBST([LIBRT], [''])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment