Index: /issm/trunk-jpl/m4/issm_options.m4
===================================================================
--- /issm/trunk-jpl/m4/issm_options.m4	(revision 23554)
+++ /issm/trunk-jpl/m4/issm_options.m4	(revision 23555)
@@ -2127,4 +2127,6 @@
 	AC_MSG_RESULT($HAVE_KRIGING)
 	dnl }}}
+	
+	dnl Analyses 
 	AX_ANALYSES_SELECTION
 
@@ -2197,5 +2199,5 @@
 	dnl other options
 	dnl optimization{{{
-	dnl bypass standard optimization -g -O2 ?
+	dnl -- bypass standard optimization -g -O2 -fPIC ?
 	AC_ARG_WITH([cxxoptflags],
 	  AS_HELP_STRING([--with-cxxoptflags = CXXOPTFLAGS], [optimization using CXX flags, ex: --with-cxxoptflags=-march=opteron -O3]),
@@ -2204,5 +2206,4 @@
 	AC_SUBST([CXXOPTFLAGS])
 	AC_MSG_RESULT(done)
-
 	dnl }}}
 	dnl multithreading{{{
@@ -2232,5 +2233,5 @@
 	dnl check that it is an integer
 	if [[ "$NUMTHREADS_VALUE" -eq   "$NUMTHREADS_VALUE" 2> /dev/null ]] ; then
-	 dnl cool we have an integer
+	 dnl cool we have an integer !
 	 :
 	else
