guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/04: build: Remove unneeded check for 'unsetenv'.


From: Ludovic Courtès
Subject: [Guile-commits] 01/04: build: Remove unneeded check for 'unsetenv'.
Date: Mon, 11 Jul 2016 09:57:40 +0000 (UTC)

civodul pushed a commit to branch stable-2.0
in repository guile.

commit 92b8087d7d87ec8a66e1dd7d14f73dc6be87c3cd
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 11 10:59:04 2016 +0200

    build: Remove unneeded check for 'unsetenv'.
    
    * configure.ac: Remove check for 'unsetenv', which is unneeded since we
    use Gnulib's 'unsetenv'.
---
 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d5c6a85..565fff5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl
 define(GUILE_CONFIGURE_COPYRIGHT,[[
 
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-  2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software 
Foundation, Inc.
+  2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software 
Foundation, Inc.
 
 This file is part of GUILE
 
@@ -765,7 +765,7 @@ AC_CHECK_FUNCS([DINFINITY DQNAN cexp chsize clog clog10 
ctermid             \
   strptime symlink sync sysconf tcgetpgrp tcsetpgrp uname waitpid      \
   strdup system usleep atexit on_exit chown link fcntl ttyname getpwent        
\
   getgrent kill getppid getpgrp fork setitimer getitimer strchr strcmp \
-  index bcopy memcpy rindex truncate unsetenv isblank _NSGetEnviron    \
+  index bcopy memcpy rindex truncate isblank _NSGetEnviron             \
   strcoll strcoll_l strtod_l strtol_l newlocale uselocale utimensat    \
   sched_getaffinity sched_setaffinity sendfile])
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]