Skip to content

Commit 40433a3

Browse files
committed
WIP
1 parent ae3afd0 commit 40433a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgresql-libpq-pgconfig/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4022,7 +4022,7 @@ then :
40224022
printf %s "(cached) " >&6
40234023
else $as_nop
40244024
4025-
echo "here"
4025+
echo "here $CPPFLAGS $LDFLAGS $LIBS"
40264026
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40274027
/* end confdefs.h. */
40284028

postgresql-libpq-pgconfig/m4/ax_lib_postgresql.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ AC_DEFUN([AX_LIB_POSTGRESQL],
206206
dnl try now to link
207207
AC_CACHE_CHECK([for the PostgreSQL library linking is working],[ac_cv_postgresql_found],
208208
[
209-
echo "here"
209+
echo "here $CPPFLAGS $LDFLAGS $LIBS"
210210
AC_LINK_IFELSE([
211211
AC_LANG_PROGRAM(
212212
[

0 commit comments

Comments
 (0)