8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eaa654 commit 5e00557Copy full SHA for 5e00557
src/interfaces/perl5/Makefile.PL
@@ -1,6 +1,6 @@
1
#-------------------------------------------------------
2
#
3
-# $Id: Makefile.PL,v 1.16 2000/06/10 18:01:56 petere Exp $
+# $Id: Makefile.PL,v 1.17 2001/03/06 22:07:09 tgl Exp $
4
5
# Copyright (c) 1997, 1998 Edmund Mergl
6
@@ -12,7 +12,7 @@ use strict;
12
13
my %opts;
14
15
-if (! $ENV{POSTGRES_LIB} || ! $ENV{POSTGRES_INCLUDE}) {
+if (! -d $ENV{POSTGRES_LIB} || ! -d $ENV{POSTGRES_INCLUDE}) {
16
17
# Check that we actually are inside the Postgres source tree
18
if (! -d "../libpq") {
0 commit comments