Skip to content

Commit ae3afd0

Browse files
committed
WIP
1 parent 62755bc commit ae3afd0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

postgresql-libpq-pgconfig/configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4022,6 +4022,7 @@ then :
40224022
printf %s "(cached) " >&6
40234023
else $as_nop
40244024
4025+
echo "here"
40254026
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40264027
/* end confdefs.h. */
40274028

postgresql-libpq-pgconfig/m4/ax_lib_postgresql.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +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"
209210
AC_LINK_IFELSE([
210211
AC_LANG_PROGRAM(
211212
[

0 commit comments

Comments
 (0)