[Surfraw-devel] [Patch 4/4] General build fixes.
James Rowe
jnrowe at ukfsn.org
Sat Apr 29 06:24:56 UTC 2006
Removed unused browser checks.
The results of browser checks aren't used in the tool, and imply unused
functionality for people who actually look at build logs ;)
Index: surfraw/configure.in
===================================================================
--- surfraw/configure.in {cset abd9ca02-1933-43bc-9e9b-c50cfb43ef25}
+++ surfraw/configure.in {local clone}
@@ -26,10 +26,6 @@ AC_SUBST(ISODATE)
dnl Checks for programs.
AC_PROG_INSTALL
-AC_CHECK_PROGS(sr_text_browser, links w3m lynx)
-AC_SUBST(sr_text_browser)
-AC_CHECK_PROGS(sr_graphical_browser, mozilla konqueror netscape opera kfm)
-AC_SUBST(sr_graphical_browser)
AC_CONFIG_FILES([Makefile surfraw.lsm surfraw.spec elvi/Makefile])
AC_OUTPUT
More information about the Surfraw-devel
mailing list