[commit: packages/process] master: Remove obsolete `--with-cc` flag from configure.ac (e594712)

git at git.haskell.org git at git.haskell.org
Tue Dec 15 13:35:05 UTC 2015


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e594712a8fe49c94ff43ab016739e0fa63f0de00/process

>---------------------------------------------------------------

commit e594712a8fe49c94ff43ab016739e0fa63f0de00
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Dec 14 07:40:56 2015 +0100

    Remove obsolete `--with-cc` flag from configure.ac
    
    This non-standard flag was used previously by GHC's build-system to set the `CC` variable.
    
    See https://phabricator.haskell.org/D1608 for more details


>---------------------------------------------------------------

e594712a8fe49c94ff43ab016739e0fa63f0de00
 configure.ac | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5f0731d..7599986 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,10 +5,7 @@ AC_CONFIG_SRCDIR([include/runProcess.h])
 
 AC_CONFIG_HEADERS([include/HsProcessConfig.h])
 
-AC_ARG_WITH([cc],
-            [C compiler],
-            [CC=$withval])
-AC_PROG_CC()
+AC_PROG_CC
 
 dnl ** Working vfork?
 AC_FUNC_FORK



More information about the ghc-commits mailing list