Changeset 1600

Show
Ignore:
Timestamp:
02/04/2007 08:40:08 PM (19 months ago)
Author:
jan
Message:

fixed script error in aio test (fix provided by carenas@…)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r1586 r1600  
    406406         AC_CHECK_HEADERS([aio.h],[ 
    407407                 if test "$ac_cv_search_aio_suspend" != no; then 
    408                         if "$ac_cv_search_aio_suspend" = "none required"; then 
     408                        if test "$ac_cv_search_aio_suspend" = "none required"; then 
    409409                                POSIX_AIO_LIB="$ac_cv_search_aio_suspend -pthread" 
    410410                        else