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
c4f284a3
Commit
c4f284a3
authored
Feb 21, 2011
by
Ralf Mueller
Browse files
Let grib_api get taken from correct source; refs#949
parent
9f21f983
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/acx_options.m4
View file @
c4f284a3
...
...
@@ -180,8 +180,8 @@ AC_ARG_WITH([grib_api],
[AC_MSG_ERROR([Could not link to grib_api library])])],
[*],[GRIB_API_ROOT=$with_grib_api
AS_IF([test -d "$GRIB_API_ROOT"],
[LDFLAGS="
$LDFLAGS
-L$GRIB_API_ROOT/lib"
CPPFLAGS="
$CPPFLAGS
-I$GRIB_API_ROOT/include"
[LDFLAGS="-L$GRIB_API_ROOT/lib
$LDFLAGS
"
CPPFLAGS="-I$GRIB_API_ROOT/include
$CPPFLAGS
"
AC_CHECK_HEADERS([grib_api.h])
AC_SEARCH_LIBS([grib_get_message],
[grib_api],
...
...
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