diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-08 08:17:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-08 08:17:18 +0000 |
commit | 81e19be8c67b635fb62a699ee7a28006df34b374 (patch) | |
tree | d6facc58aa1a9d71c2a5555d8afdb83cf7fc4d94 /devel/devhelp/files/patch-configure.in | |
parent | Update to 9100. (diff) |
Update to 0.15.
Diffstat (limited to 'devel/devhelp/files/patch-configure.in')
-rw-r--r-- | devel/devhelp/files/patch-configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/devhelp/files/patch-configure.in b/devel/devhelp/files/patch-configure.in deleted file mode 100644 index 25d3d73f4c5d..000000000000 --- a/devel/devhelp/files/patch-configure.in +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.in.orig Wed Dec 27 12:40:09 2006 -+++ configure.in Wed Dec 27 12:42:54 2006 -@@ -44,8 +44,8 @@ - - MOZILLA= - AC_ARG_WITH([mozilla], -- AC_HELP_STRING([--with-mozilla@<:@=mozilla|firefox|thunderbird@:>@], -- [Whether to use mozilla, firefox or thunderbird gtkmozembed (default: mozilla)]), -+ AC_HELP_STRING([--with-mozilla@<:@=mozilla|firefox|seamonkey|thunderbird@:>@], -+ [Whether to use mozilla, firefox, seamonkey or thunderbird gtkmozembed (default: mozilla)]), - [MOZILLA="$withval"]) - - dnl try to autodetect: if mozilla exists, use it, else try firefox, then thunderbird |