Ignore:
Timestamp:
Mar 18, 2006, 10:43:02 PM (19 years ago)
Author:
bird
Message:

the sigblock test is screwed here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/texinfo/configure.ac

    r2617 r2659  
    3434
    3535# Needed on sysV68 for sigblock, sigsetmask.  But check for it in libc first.
    36 AC_CHECK_FUNC(sigblock, , AC_CHECK_LIB(bsd, sigblock))
     36#bird: this is busted
     37#AC_CHECK_FUNC(sigblock, , AC_CHECK_LIB(bsd, sigblock))
    3738
    3839# Checks for header files.
     
    8384# long as we have this process, we also use our own makeinfo and
    8485# install-info.
    85 # 
     86#
    8687# This means that if we are cross compiling, we have to configure the
    8788# package twice: once with the native compiler (this is done in a
Note: See TracChangeset for help on using the changeset viewer.