$opt .= " -l$opt_l";
}
# Add LDFLAGS from environment:
$opt .= " $ENV{'LDFLAGS'}";
if ($opt_p == 1) {
my $apr_libs=`$apr_config --cflags --ldflags --link-libtool --libs`;