Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e00557

Browse files
committed
Believe $POSTGRES_LIB and $POSTGRES_INCLUDE only if they name actual
directories, per suggestion from Robert Creager.
1 parent4eaa654 commit5e00557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/perl5/Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#-------------------------------------------------------
22
#
3-
# $Id: Makefile.PL,v 1.16 2000/06/10 18:01:56 petere Exp $
3+
# $Id: Makefile.PL,v 1.17 2001/03/06 22:07:09 tgl Exp $
44
#
55
# Copyright (c) 1997, 1998 Edmund Mergl
66
#
@@ -12,7 +12,7 @@ use strict;
1212

1313
my%opts;
1414

15-
if (!$ENV{POSTGRES_LIB} || !$ENV{POSTGRES_INCLUDE}) {
15+
if (!-d$ENV{POSTGRES_LIB} || !-d$ENV{POSTGRES_INCLUDE}) {
1616

1717
# Check that we actually are inside the Postgres source tree
1818
if (!-d"../libpq") {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp