Skip to content
Snippets Groups Projects
Commit 4cabf514 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

changed check to make it work with IBM xlC 8.0

[[Imported from SVN: r5013]]
parent c0594988
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ if test x$with_alugrid != x && test x$with_alugrid != xno ; then
# if header is found...
if test x$HAVE_ALUGRID = x1 ; then
AC_CHECK_LIB(alugrid,[main],
AC_CHECK_LIB(alugrid,[malloc],
[ALUGRID_LIBS="-lalugrid"
ALUGRID_LDFLAGS="-L$ALUGRID_LIB_PATH"
LIBS="$LIBS $ALUGRID_LIBS"],
......
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