pgsql: Add explicit configure-time checks for perl.h and libperl.so. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add explicit configure-time checks for perl.h and libperl.so.
Date
Msg-id E1Tt6DL-0007RH-84@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Detect Windows perl linkage parameters in configure script.
Next
From: Tom Lane
Date:
Subject: pgsql: Test linking libperl.so using only Perl's required libraries.