Skip to content

Commit

Permalink
Remove duplicate "./configure --help" output; fixes #4075
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed May 16, 2010
1 parent d70136c commit 7a88e2d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions configure.ac
Expand Up @@ -197,16 +197,8 @@ AC_SUBST(ICONV_LIB_DIRS)
dnl--------------------------------------------------------------------
dnl * Choose host(/target/build) platform
dnl--------------------------------------------------------------------
dnl We don't use the standard autoconf macros for this, but instead
dnl ask the bootstrapping compiler what platform it is for

dnl Guess host/target/build platform(s) if necessary.
m4_divert_once([HELP_CANON],
[[
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [guessed]
--target=TARGET configure for building compilers for TARGET [guessed]]])dnl
dnl If we aren't explicitly told what values to use with configure flags,
dnl we ask the bootstrapping compiler what platform it is for

if test "${WithGhc}" != ""
then
Expand Down

0 comments on commit 7a88e2d

Please sign in to comment.