ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/ac-tools/configure.in
(Generate patch)

Comparing trunk/ac-tools/configure.in (file contents):
Revision 1398 by gezelter, Sat Dec 5 02:57:05 2009 UTC vs.
Revision 1399 by gezelter, Thu Dec 24 05:45:30 2009 UTC

# Line 66 | Line 66 | AC_LANG([C++])
66   save_LIBS=$LIBS
67  
68   AC_LANG([C++])
69 + AC_CHECK_LIB(c, dlopen, LIBDL="", [AC_CHECK_LIB(dl, dlopen, LIBDL="-ldl")])
70 + AC_SUBST(LIBDL)
71   AX_MPI([USE_MPI="yes"],
72         [USE_MPI="no"
73         AC_MSG_WARN([No suitable C++ MPI implementation found. openmd_MPI will not be built.])])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines