X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fconfigure.ac;h=8cc9c27f3c15ff24bdace33806d59cf7bf2e0f53;hp=4c3efb1131269c091673a18a1d022076aa5563bd;hb=37cdd9932e7854c7bde2b83a0b4f5f6aad105306;hpb=34b4acf39cd04a4370eba5806379003a0de48330 diff --git a/webcit/configure.ac b/webcit/configure.ac index 4c3efb113..8cc9c27f3 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -560,16 +560,6 @@ AC_ARG_WITH(editordir, fi ] ) -AC_DEFINE_UNQUOTED(EDITORDIR, "$editordir", [where to find our mail editor]) - -AC_ARG_WITH(markdowneditordir, - [ --with-markdowneditordir directory to put our markdown editor], - [ if test "x$withval" != "xno" ; then - markdowneditordir=$withval - fi - ] -) -AC_DEFINE_UNQUOTED(MARKDOWNEDITORDIR, "$markdowneditordir", [where to find our markdown editor]) dnl Checks where to find our configs AC_ARG_WITH(etcdir,