changeset 1978:fa477700aaf3

Remove duplicate ENABLE_HG. 2009-08-07 Andrew John Hughes <ahughes@redhat.com> * acinclude.m4: (ENABLE_HG): Remove duplicate from IcedTea6 merge.
author Andrew John Hughes <ahughes@redhat.com>
date Sun, 09 Aug 2009 23:46:37 +0100
parents 52ca492dae93
children 939e978ee73a
files ChangeLog acinclude.m4
diffstat 2 files changed, 6 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Aug 07 21:46:15 2009 +0100
+++ b/ChangeLog	Sun Aug 09 23:46:37 2009 +0100
@@ -1,3 +1,9 @@
+2009-08-07  Andrew John Hughes  <ahughes@redhat.com>
+
+	* acinclude.m4:
+	(ENABLE_HG): Remove duplicate from
+	IcedTea6 merge.
+
 2009-08-07  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/acinclude.m4	Fri Aug 07 21:46:15 2009 +0100
+++ b/acinclude.m4	Sun Aug 09 23:46:37 2009 +0100
@@ -1109,28 +1109,6 @@
   AC_SUBST(ALT_LANGTOOLS_SRC_ZIP)
 ])
 
-AC_DEFUN([ENABLE_HG],
-[
-  AC_MSG_CHECKING(whether to retrieve the source code from Mercurial)
-  AC_ARG_ENABLE([hg],
-                [AS_HELP_STRING(--enable-hg,download source code from Mercurial [[default=no]])],
-  [
-    case "${enableval}" in
-      no)
-	enable_hg=no
-        ;;
-      *)
-        enable_hg=yes
-        ;;
-    esac
-  ],
-  [
-        enable_hg=no
-  ])
-  AC_MSG_RESULT([${enable_hg}])
-  AM_CONDITIONAL([USE_HG], test x"${enable_hg}" = "xyes")
-])
-
 AC_DEFUN([AC_CHECK_WITH_HG_REVISION],
 [
   AC_MSG_CHECKING([which Mercurial revision to use])