|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-01-05 22:08 UTC] tony2001@php.net
[2006-01-05 22:23 UTC] mberg at synacor dot com
[2006-01-05 22:26 UTC] tony2001@php.net
[2006-01-05 22:46 UTC] mberg at synacor dot com
[2006-01-05 22:53 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 07:00:01 2025 UTC |
Description: ------------ config.m4 incorrectly assumes that the existence of pg_config binary implies existence of pg_config.h: if test -n "$PG_CONFIG"; then AC_MSG_RESULT([$PG_CONFIG]) PGSQL_INCLUDE=`$PG_CONFIG --includedir` PGSQL_LIBDIR=`$PG_CONFIG --libdir` AC_DEFINE(HAVE_PG_CONFIG_H,1,[Whether to have pg_config.h]) Removing the AC_DEFINE corrects the issue.