Index: /trunk/psLib/m4/ipp_stdopts.m4
===================================================================
--- /trunk/psLib/m4/ipp_stdopts.m4	(revision 17316)
+++ /trunk/psLib/m4/ipp_stdopts.m4	(revision 17317)
@@ -17,6 +17,6 @@
 [
     dnl handle profiler building
-    AC_ARG_ENABLE(profile,   [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)],
-      [AC_MSG_RESULT(profiling enabled)
+    AC_ARG_ENABLE(profile, [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)],
+      [AC_MSG_RESULT(profiling enabled, check that you also did --disable-shared)
        CFLAGS="${CFLAGS=} -pg -g"
        LDFLAGS="${LDFLAGS=} -pg"]
