Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
a87546d9
Commit
a87546d9
authored
Apr 24, 2019
by
Sergey Kosukhin
Browse files
Fix the warning message when nc-config is not found.
parent
90a95b7d
Changes
1
Show whitespace changes
Inline
Side-by-side
m4/acx_options.m4
View file @
a87546d9
...
...
@@ -99,7 +99,7 @@ AC_ARG_WITH([netcdf],
[AC_DEFINE([HAVE_NC4HDF5],[1],[Define to 1 for NetCDF4/HDF5 support])
ENABLE_NC4HDF5=yes
AC_MSG_RESULT([yes])],[AC_MSG_RESULT([no])]) ],
[A
S_ECHO
([Could not find nc-config! go on with default configuration])])],
[A
C_MSG_WARN
([Could not find nc-config! go on with default configuration])])],
[*],[AS_IF([test -d "$with_netcdf"],
[NETCDF_ROOT=$with_netcdf
LDFLAGS="-L$NETCDF_ROOT/lib $LDFLAGS"
...
...
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