File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
postgresql-libpq-pgconfig Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4003,14 +4003,16 @@ then :
4003
4003
_AX_LIB_POSTGRESQL_OLD_LIBS=" $LIBS "
4004
4004
LIBS=" $LIBS $POSTGRESQL_LIBS "
4005
4005
while true ; do
4006
- ac_fn_c_check_header_compile " $LINENO " " libpq-fe.h" " ac_cv_header_libpq_fe_h" " $ac_includes_default "
4006
+ echo " foo $CPPFLAGS $LDFLAGS $LIBS "
4007
+ ac_fn_c_check_header_compile " $LINENO " " libpq-fe.h" " ac_cv_header_libpq_fe_h" " $ac_includes_default "
4007
4008
if test " x$ac_cv_header_libpq_fe_h " = xyes
4008
4009
then :
4009
4010
4010
4011
else $as_nop
4011
4012
found_postgresql=no
4012
4013
fi
4013
4014
4015
+ echo " foo $found_postgresql "
4014
4016
if test " X$found_postgresql " = " Xno"
4015
4017
then :
4016
4018
break
Original file line number Diff line number Diff line change @@ -201,7 +201,9 @@ AC_DEFUN([AX_LIB_POSTGRESQL],
201
201
LIBS="$LIBS $POSTGRESQL_LIBS"
202
202
while true; do
203
203
dnl try to compile
204
+ echo "foo $CPPFLAGS $LDFLAGS $LIBS"
204
205
AC_CHECK_HEADER ( [ libpq-fe.h] ,[ ] ,[ found_postgresql=no] )
206
+ echo "foo $found_postgresql"
205
207
AS_IF ( [ test "X$found_postgresql" = "Xno"] ,[ break] )
206
208
dnl try now to link
207
209
AC_CACHE_CHECK ( [ for the PostgreSQL library linking is working] ,[ ac_cv_postgresql_found] ,
You can’t perform that action at this time.
0 commit comments