Changeset 1602
- Timestamp:
- 02/04/2007 09:21:18 PM (19 months ago)
- Files:
-
- 1 modified
-
trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r1601 r1602 407 407 if test "$ac_cv_search_aio_suspend" != no; then 408 408 if test "$ac_cv_search_aio_suspend" = "none required"; then 409 POSIX_AIO_LIB="-pthread" 410 else 409 411 POSIX_AIO_LIB="$ac_cv_search_aio_suspend -pthread" 410 else411 POSIX_AIO_LIB="-pthread"412 412 fi 413 413

