File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
postgresql-libpq-configure Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4105,7 +4105,7 @@ POSTGRESQL_INCLUDEDIR=$(echo "$POSTGRESQL_CPPFLAGS"|$SED 's/-I//')
4105
4105
4106
4106
4107
4107
4108
- ac_config_files=" $ac_config_files postgresql-libpq-pgconfig .buildinfo"
4108
+ ac_config_files=" $ac_config_files postgresql-libpq-configure .buildinfo"
4109
4109
4110
4110
4111
4111
cat > confcache << \_ACEOF
@@ -4809,7 +4809,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4809
4809
for ac_config_target in $ac_config_targets
4810
4810
do
4811
4811
case $ac_config_target in
4812
- " postgresql-libpq-pgconfig .buildinfo" ) CONFIG_FILES=" $CONFIG_FILES postgresql-libpq-pgconfig .buildinfo" ;;
4812
+ " postgresql-libpq-configure .buildinfo" ) CONFIG_FILES=" $CONFIG_FILES postgresql-libpq-configure .buildinfo" ;;
4813
4813
4814
4814
*) as_fn_error $? " invalid argument: \` $ac_config_target ' " "$LINENO" 5;;
4815
4815
esac
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ AC_SUBST([POSTGRESQL_EXTRA_LIBS])
15
15
AC_SUBST ( [ POSTGRESQL_LIBDIR] )
16
16
AC_SUBST ( [ POSTGRESQL_INCLUDEDIR] )
17
17
18
- AC_CONFIG_FILES ( [ postgresql-libpq-pgconfig .buildinfo] )
18
+ AC_CONFIG_FILES ( [ postgresql-libpq-configure .buildinfo] )
19
19
20
20
AC_OUTPUT
You can’t perform that action at this time.
0 commit comments