/[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.157.2.25 by rlb, Sun Dec 8 20:41:37 2002 UTC revision 1.157.2.26 by mvo, Mon Jun 9 22:08:25 2003 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, 2003 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 324  AC_CHECK_FUNCS(sethostent   gethostent Line 324  AC_CHECK_FUNCS(sethostent   gethostent
324                 inet_lnaof inet_makeaddr inet_netof hstrerror dnl                 inet_lnaof inet_makeaddr inet_netof hstrerror dnl
325                 inet_pton inet_ntop)                 inet_pton inet_ntop)
326    
327    AC_MSG_CHECKING(for __libc_stack_end)
328    AC_TRY_LINK([extern char *__libc_stack_end;],
329                [char *p = __libc_stack_end;],
330                have_libc_stack_end=yes,
331                have_libc_stack_end=no)
332    AC_MSG_RESULT($have_libc_stack_end)
333    
334    if test $have_libc_stack_end = yes; then
335      AC_DEFINE(HAVE_LIBC_STACK_END, 1,
336               [Define if you have the __libc_stack_end variable.])
337    fi
338    
339  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
340  dnl macro.  With cygwin it may be in a DLL.  dnl macro.  With cygwin it may be in a DLL.
341    

Legend:
Removed from v.1.157.2.25  
changed lines
  Added in v.1.157.2.26

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