File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6897,6 +6897,11 @@ $as_echo "$as_me: WARNING:
6897
6897
fi
6898
6898
6899
6899
if test "$with_perl" = yes; then
6900
+ if test -z "$PERL"; then
6901
+ { { $as_echo "$as_me:$LINENO: error: Perl not found" >&5
6902
+ $as_echo "$as_me: error: Perl not found" >&2;}
6903
+ { (exit 1); exit 1; }; }
6904
+ fi
6900
6905
6901
6906
{ $as_echo "$as_me:$LINENO: checking for Perl archlibexp" >&5
6902
6907
$as_echo_n "checking for Perl archlibexp... " >&6; }
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $PostgreSQL: pgsql/configure.in,v 1.619 2010/01/07 00:25:04 tgl Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.620 2010/01/07 03:24:57 tgl Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -825,6 +825,9 @@ PGAC_PATH_FLEX
825
825
826
826
PGAC_PATH_PERL
827
827
if test "$with_perl" = yes; then
828
+ if test -z "$PERL"; then
829
+ AC_MSG_ERROR([Perl not found])
830
+ fi
828
831
PGAC_CHECK_PERL_CONFIGS([archlibexp,privlibexp,useshrplib])
829
832
PGAC_CHECK_PERL_EMBED_LDFLAGS
830
833
fi
You can’t perform that action at this time.
0 commit comments