Update config.guess and config.sub. Fix chdir() and -h in webcit
[citadel.git] / webcit / configure.ac
index 9e2857e58afb6dbec594f5571381253499903467..8cc9c27f3c15ff24bdace33806d59cf7bf2e0f53 100644 (file)
@@ -214,7 +214,6 @@ else
        AC_MSG_RESULT(webcit will be built without character set conversion.)
 fi
 
-AC_SEARCH_LIBS(gettext, intl libintl)
 AC_CHECK_LIB(intl, libintl_bindtextdomain, [LDFLAGS="$LDFLAGS -lintl"])
 
 
@@ -561,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,