Commit 851a3597 851a3597810f37b0bf900c05684beb8fdbe010a7 by Sergey Poznyakoff

(mu_conf_option): Added WITH_INCLUDED_LIBINTL.

1 parent e0bbd2da
......@@ -304,7 +304,10 @@ static char *mu_conf_option[] = {
#endif
#ifdef ENABLE_SENDMAIL
"ENABLE_SENDMAIL",
#endif
#endif
#ifdef WITH_INCLUDED_LIBINTL
"WITH_INCLUDED_LIBINTL",
#endif
NULL
};
......