mailx: Fix missing to address on command line.
[goaljobs.git] / configure.ac
index ebc5cfd..9754b5b 100644 (file)
@@ -106,6 +106,12 @@ fi
 AM_CONDITIONAL([HAVE_POD2MAN],
                [test "x$POD2MAN" != "xno"])
 
+dnl Check for mailx (for sending email).
+AC_CHECK_PROG(MAILX,mailx,mailx)
+if test "x$MAILX" = "x"; then
+    AC_MSG_ERROR([You must install the mailx program])
+fi
+
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([goaljobs_config.ml
                  goaljobs.spec