summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane2013-01-11 03:16:22 +0000
committerTom Lane2013-01-11 03:16:22 +0000
commite1b735ae35f225927c95746babafaa84e39c3325 (patch)
tree0bdbb045516403ce1d2cb04743532818906fc844 /configure.in
parent9d5a160ca3af8f9488d2556fb28b9941d4926ff7 (diff)
Last-gasp attempt to save libperl.so configure probe.
I notice that plperl's makefile adds the -I for $perl_archlibexp/CORE at the end of CPPFLAGS not the beginning. It seems somewhat unlikely that the include search order has anything to do with why buildfarm member okapi is failing, but I'm about out of other ideas.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3e72af471f..e2682f3da5 100644
--- a/configure.in
+++ b/configure.in
@@ -1795,7 +1795,7 @@ fi
# check for <perl.h>
if test "$with_perl" = yes; then
ac_save_CPPFLAGS=$CPPFLAGS
- CPPFLAGS="-I$perl_archlibexp/CORE $CPPFLAGS"
+ CPPFLAGS="$CPPFLAGS -I$perl_archlibexp/CORE"
AC_CHECK_HEADER(perl.h, [], [AC_MSG_ERROR([header file <perl.h> is required for Perl])],
[#include <EXTERN.h>])
# While we're at it, check that we can link to libperl.