/[guile]/guile/guile-core/configure.in
ViewVC logotype

Diff of /guile/guile-core/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.193 by hanwen, Sun Aug 4 23:33:28 2002 UTC revision 1.194 by mvo, Sat Aug 24 00:55:50 2002 UTC
# Line 1  Line 1 
1  dnl   configuration script for Guile  dnl   configuration script for Guile
2  dnl   Process this file with autoconf to produce configure.  dnl   Process this file with autoconf to produce configure.
3  dnl  dnl
4  dnl  Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.  dnl  Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
5  dnl  dnl
6  dnl  This file is part of GUILE  dnl  This file is part of GUILE
7  dnl  dnl
# Line 368  AC_CHECK_FUNCS(sethostent   gethostent Line 368  AC_CHECK_FUNCS(sethostent   gethostent
368                 inet_lnaof inet_makeaddr inet_netof hstrerror dnl                 inet_lnaof inet_makeaddr inet_netof hstrerror dnl
369                 inet_pton inet_ntop)                 inet_pton inet_ntop)
370    
371    AC_MSG_CHECKING(for __libc_stack_end)
372    AC_TRY_LINK([extern char *__libc_stack_end;],
373                [char *p = __libc_stack_end;],
374                have_libc_stack_end=yes,
375                have_libc_stack_end=no)
376    AC_MSG_RESULT($have_libc_stack_end)
377    
378    if test $have_libc_stack_end = yes; then
379      AC_DEFINE(HAVE_LIBC_STACK_END, 1,
380               [Define if you have the __libc_stack_end variable.])
381    fi
382    
383  dnl Some systems do not declare this.  Some systems do declare it, as a  dnl Some systems do not declare this.  Some systems do declare it, as a
384  dnl macro.  With cygwin it may be in a DLL.  dnl macro.  With cygwin it may be in a DLL.
385    

Legend:
Removed from v.1.193  
changed lines
  Added in v.1.194

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26