Index: /issm/trunk-jpl/m4/issm_options.m4
===================================================================
--- /issm/trunk-jpl/m4/issm_options.m4	(revision 24606)
+++ /issm/trunk-jpl/m4/issm_options.m4	(revision 24607)
@@ -190,5 +190,5 @@
 		[VENDOR=""]															dnl action if not given
 	)
-	AC_MSG_CHECKING(for vendor compilers)
+	AC_MSG_CHECKING([for vendor compilers])
 	if test -n "${VENDOR}"; then
 		if test "${VENDOR}" == "intel-win32"; then
@@ -292,4 +292,5 @@
 		[MATLAB_ROOT="no"]													dnl action if not given
 	)
+	AC_MSG_CHECKING([for MATLAB])
 	if test "x${MATLAB_ROOT}" == "xno"; then
 		HAVE_MATLAB=no
@@ -1341,5 +1342,4 @@
 		dnl METIS libraries and header files
 		if test "x${HAVE_METIS}" == "xyes"; then
-			AC_MSG_CHECKING(for METIS libraries and header files in ${METIS_ROOT})
 			dnl Retrieve METIS version (does the VERSION file exist?)
 			if test -f "${METIS_ROOT}/VERSION"; then
@@ -1357,8 +1357,8 @@
 					;;
 					*linux*)
-						METISLIB="-L${METIS_ROOT} -lmetis"
+						METISLIB="-L${METIS_ROOT} -lparmetis -lmetis"
 					;;
 					*darwin*)
-						METISLIB="-L${METIS_ROOT} -lmetis"
+						METISLIB="-L${METIS_ROOT} -lparmetis -lmetis"
 					;;
 				esac
@@ -1372,8 +1372,8 @@
 					;;
 					*linux*)
-						METISLIB="-L${METIS_ROOT}/lib -lmetis"
+						METISLIB="-L${METIS_ROOT}/lib -lparmetis -lmetis"
 					;;
 					*darwin*)
-						METISLIB="-L${METIS_ROOT}/lib -lmetis"
+						METISLIB="-L${METIS_ROOT}/lib -lparmetis -lmetis"
 					;;
 				esac
