• Tom Lane's avatar
    Test linking libperl.so using only Perl's required libraries. · 9d5a160c
    Tom Lane authored
    It appears that perl_embed_ldflags should already mention all the libraries
    that are required by libperl.so itself.  So let's try the test link with
    just those and not the other LIBS we've found up to now.  This should
    more nearly reproduce what will happen when plperl is linked, and perhaps
    will fix buildfarm member okapi's problem.
    9d5a160c
configure.in 63.6 KB