Changeset 1600
- Timestamp:
- 02/04/2007 08:40:08 PM (19 months ago)
- Files:
-
- 1 modified
-
trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r1586 r1600 406 406 AC_CHECK_HEADERS([aio.h],[ 407 407 if test "$ac_cv_search_aio_suspend" != no; then 408 if "$ac_cv_search_aio_suspend" = "none required"; then408 if test "$ac_cv_search_aio_suspend" = "none required"; then 409 409 POSIX_AIO_LIB="$ac_cv_search_aio_suspend -pthread" 410 410 else

