Add explicit configure-time checks for perl.h and libperl.so. Although most platforms seem to package Perl in such a way that these files are present even in basic Perl installations, Debian does not. Hence, make an effort to fail during configure rather than build if --with-perl was given and these files are lacking. Per gripe from Josh Berkus.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/1f3ed51f8e197e9bbf18737a1aa1148ed730f7d8 Modified Files -------------- configure | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 24 +++++++++++ 2 files changed, 149 insertions(+), 0 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
