X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=configure.in;h=09881223e454cc2f1269c88af635d3522782b51a;hp=d697ea0d8ae779ed87e84ab2513071d35df02846;hb=765e0918a9207bc3fb08aa56226ec52cff44fc8a;hpb=fa6f7e36b5e1c51ef64f0a8f61070ece855807c9 diff --git a/configure.in b/configure.in index d697ea0d8..09881223e 100644 --- a/configure.in +++ b/configure.in @@ -3,10 +3,11 @@ AC_SET_MAKE AC_PROG_INSTALL dnl -dnl Apparently, if you run a shell window in Emacs, it sets the EMACS -dnl environment variable to 't'. Lets undo the damage. +dnl Apparently, if you run a shell window or a term window in Emacs, +dnl it sets the EMACS environment variable to 't' or a version number +dnl of Emacs. Lets undo the damage. dnl -if test "${EMACS}" = "t"; then +if test "${EMACS}" = "t" -o -n "${INSIDE_EMACS}"; then EMACS="" fi @@ -25,8 +26,6 @@ AC_CHECK_PROG(EMACS, emacs, emacs, xemacs) AC_PATH_LISPDIR AC_PATH_ETCDIR AC_PATH_INFO_DIR -AC_CHECK_URL -AC_CHECK_W3 AC_SET_BUILD_FLAGS GNUS_CHECK_FONTS