--- IO-AIO/autoconf.pm 2005/08/19 01:07:27 1.2 +++ IO-AIO/autoconf.pm 2005/09/07 17:12:40 1.3 @@ -22,7 +22,7 @@ $ENV{CPPFLAGS} = $Config{cppflags}; $ENV{CFLAGS} = $Config{ccflags}; $ENV{LDFLAGS} = $Config{ldflags}; - $ENV{LIBS} = $Config{libs}; + $ENV{LIBS} = ""; $ENV{LINKER} = $Config{ld}; # nonstandard my $status = system $ENV{SHELL}, -c => "cd \Q$wd\E && \Q$script\E --prefix \Q$Config{prefix}\E";