Update config.guess and config.sub. Fix chdir() and -h in webcit
[citadel.git] / webcit / configure.ac
index 4c3efb1131269c091673a18a1d022076aa5563bd..8cc9c27f3c15ff24bdace33806d59cf7bf2e0f53 100644 (file)
@@ -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,