Add explicit configure-time checks for perl.h and libperl.so.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Jan 2013 00:41:37 +0000 (19:41 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Jan 2013 00:41:37 +0000 (19:41 -0500)
commit1f3ed51f8e197e9bbf18737a1aa1148ed730f7d8
tree229ee8809d73c788b92fc42c46f6b833abc8e12f
parent7fb97ecd137a879831ec6e3dce14c9f2e2a3d6b5
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.
configure
configure.in