Changeset 1602

Show
Ignore:
Timestamp:
02/04/2007 09:21:18 PM (19 months ago)
Author:
jan
Message:

fixed check for the lib which provides aio_read()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r1601 r1602  
    407407                 if test "$ac_cv_search_aio_suspend" != no; then 
    408408                        if test "$ac_cv_search_aio_suspend" = "none required"; then 
     409                                POSIX_AIO_LIB="-pthread" 
     410                        else 
    409411                                POSIX_AIO_LIB="$ac_cv_search_aio_suspend -pthread" 
    410                         else 
    411                                 POSIX_AIO_LIB="-pthread" 
    412412                        fi 
    413413