Index: /trunk/FACT++/Makefile.in
===================================================================
--- /trunk/FACT++/Makefile.in	(revision 15159)
+++ /trunk/FACT++/Makefile.in	(revision 15160)
@@ -660,4 +660,5 @@
 LTLIBOBJS = @LTLIBOBJS@
 LT_HAVE_XP = @LT_HAVE_XP@
+MAILX = @MAILX@
 MAKEINFO = @MAKEINFO@
 MANIFEST_TOOL = @MANIFEST_TOOL@
Index: /trunk/FACT++/configure
===================================================================
--- /trunk/FACT++/configure	(revision 15159)
+++ /trunk/FACT++/configure	(revision 15160)
@@ -662,4 +662,6 @@
 HAS_DOXYGEN_FALSE
 HAS_DOXYGEN_TRUE
+HAS_MAILX_FALSE
+HAS_MAILX_TRUE
 HAS_JSDOC_FALSE
 HAS_JSDOC_TRUE
@@ -672,4 +674,5 @@
 HAS_COLORDIFF_FALSE
 HAS_COLORDIFF_TRUE
+MAILX
 JSDOC
 HELP2MAN
@@ -23977,5 +23980,5 @@
 
 		cat > conftest.$ac_ext <<EOF
-#line 23979 "configure"
+#line 23982 "configure"
 #include "confdefs.h"
 #include <qglobal.h>
@@ -24986,4 +24989,42 @@
 
 
+# Extract the first word of "mailx", so it can be a program name with args.
+set dummy mailx; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_MAILX+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$MAILX"; then
+  ac_cv_prog_MAILX="$MAILX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_MAILX="yes"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  test -z "$ac_cv_prog_MAILX" && ac_cv_prog_MAILX="no"
+fi
+fi
+MAILX=$ac_cv_prog_MAILX
+if test -n "$MAILX"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAILX" >&5
+$as_echo "$MAILX" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
 
 ##########################################################################
@@ -25050,4 +25091,12 @@
   HAS_JSDOC_TRUE='#'
   HAS_JSDOC_FALSE=
+fi
+
+ if test "$MAILX" = yes; then
+  HAS_MAILX_TRUE=
+  HAS_MAILX_FALSE='#'
+else
+  HAS_MAILX_TRUE='#'
+  HAS_MAILX_FALSE=
 fi
 
@@ -25507,4 +25556,8 @@
 if test -z "${HAS_JSDOC_TRUE}" && test -z "${HAS_JSDOC_FALSE}"; then
   as_fn_error $? "conditional \"HAS_JSDOC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${HAS_MAILX_TRUE}" && test -z "${HAS_MAILX_FALSE}"; then
+  as_fn_error $? "conditional \"HAS_MAILX\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
@@ -28134,4 +28187,17 @@
 
 fi
+if test -z "$HAS_V8_TRUE"; then :
+
+   if test -z "$HAS_MAILX_TRUE"; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}:  Mail support           / 'mailx'            found: yes" >&5
+$as_echo "$as_me:  Mail support           / 'mailx'            found: yes" >&6;}
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}:  Mail support           / 'mailx'            found: no" >&5
+$as_echo "$as_me:  Mail support           / 'mailx'            found: no" >&6;}
+
+fi
+
+fi
+
 if test -z "$HAS_HELP2MAN_TRUE"; then :
 
