Mac: do not define ASPELL_PROG as full path, use recollhelperpath instead

This commit is contained in:
Jean-Francois Dockes 2022-01-04 05:29:42 -08:00
parent b3bb3784fc
commit 71ec75c2cc

View File

@ -11,7 +11,7 @@
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Path to the aspell program */
#define ASPELL_PROG "/opt/local/bin/aspell"
#undef ASPELL_PROG
/* No X11 session monitoring support */
#define DISABLE_X11MON 1