Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
21f33ebb
Commit
21f33ebb
authored
Jul 04, 2011
by
Thomas Jahns
🤸
Browse files
Fix typo in comment.
parent
3fd3bd82
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
21f33ebb
...
...
@@ -1503,7 +1503,7 @@ Optional Packages:
--with-sysroot=DIR Search for dependent libraries within DIR
(or the compiler's sysroot if not specified).
--with-threads=<yes/no/directory>
Comp
u
ile + link for multithreading [default=yes]
Compile + link for multithreading [default=yes]
--with-zlib=<yes|no|directory> (default=yes)
location of ZLIB compression library (lib and
include subdirs), nec. for HDF5/NETCDF4
...
...
m4/acx_options.m4
View file @
21f33ebb
...
...
@@ -4,7 +4,7 @@ AC_DEFUN([ACX_OPTIONS],
# Checks for multithreaded compiling + linking
AC_ARG_WITH([threads],
[AC_HELP_STRING([--with-threads=<yes/no/directory>],
[Comp
u
ile + link for multithreading [default=yes]])],
[Compile + link for multithreading [default=yes]])],
[],
[with_threads=yes])
AS_CASE([$with_threads],
...
...
@@ -46,7 +46,7 @@ AC_ARG_WITH([zlib],
AC_SEARCH_LIBS([deflate],[z],[AC_DEFINE([HAVE_LIBZ],[1],[Define 1 for ZLIB support])])
AC_SUBST([ZLIB_LDFLAGS],[" -lz"])])
# ----------------------------------------------------------------------
# Compile application with SZLIB library, ne
d
ded for GRIB1 or for linking against hdf5/netcdf4
# Compile application with SZLIB library, ne
e
ded for GRIB1 or for linking against hdf5/netcdf4
AC_ARG_WITH([szlib],
[AS_HELP_STRING([--with-szlib=<yes|no|directory> (default=no)],[location of szlib library, optional for GRIB1 and NETCDF4 compression])],
[AS_CASE(["$with_szlib"],
...
...
Write
Preview
Supports
Markdown
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