Changeset 2068

Show
Ignore:
Timestamp:
01/29/2008 08:53:49 PM (7 months ago)
Author:
jan
Message:

removed 'linux-libaio' from the list of disabled features as we can't
enable it anyway

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r2007 r2068  
    763763fi 
    764764 
     765## libaio support is disabled above 
     766if false; then 
    765767features="linux-libaio" 
    766768if test ! "x$AIO_LIB" = x; then 
     
    769771        disable_feature="$disable_feature $features" 
    770772fi 
    771  
     773fi 
    772774 
    773775