Skip to content

Commit 735847b

Browse files
committed
WIP
1 parent 3ddfcda commit 735847b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

postgresql-libpq-configure/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3851,7 +3851,7 @@ do
38513851
ac_path_PG_CONFIG="$as_dir$ac_prog$ac_exec_ext"
38523852
as_fn_executable_p "$ac_path_PG_CONFIG" || continue
38533853
ac_cv_path_PG_CONFIG="";$ac_path_PG_CONFIG --includedir > /dev/null \
3854-
&& ac_cv_path_PG_CONFIG=$ac_path_PG_CONFIG ac_path_PG_CONFIG_found=:
3854+
&& ac_cv_path_PG_CONFIG="$ac_path_PG_CONFIG" ac_path_PG_CONFIG_found=:
38553855
$ac_path_PG_CONFIG_found && break 3
38563856
done
38573857
done
@@ -3867,7 +3867,7 @@ fi
38673867
fi
38683868
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_PG_CONFIG" >&5
38693869
printf "%s\n" "$ac_cv_path_PG_CONFIG" >&6; }
3870-
PG_CONFIG=$ac_cv_path_PG_CONFIG
3870+
PG_CONFIG="$ac_cv_path_PG_CONFIG"
38713871
if test "X$PG_CONFIG" = "X"
38723872
then :
38733873
break

postgresql-libpq-configure/m4/ax_lib_postgresql.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ AC_DEFUN([_AX_LIB_POSTGRESQL_OLD],[
5959
AC_CACHE_CHECK([for the pg_config program], [ac_cv_path_PG_CONFIG],
6060
[AC_PATH_PROGS_FEATURE_CHECK([PG_CONFIG], [pg_config],
6161
[[ac_cv_path_PG_CONFIG="";$ac_path_PG_CONFIG --includedir > /dev/null \
62-
&& ac_cv_path_PG_CONFIG=$ac_path_PG_CONFIG ac_path_PG_CONFIG_found=:]],
62+
&& ac_cv_path_PG_CONFIG="$ac_path_PG_CONFIG" ac_path_PG_CONFIG_found=:]],
6363
[ac_cv_path_PG_CONFIG=""])])
64-
PG_CONFIG=$ac_cv_path_PG_CONFIG
64+
PG_CONFIG="$ac_cv_path_PG_CONFIG"
6565
AS_IF([test "X$PG_CONFIG" = "X"],[break])
6666
6767
AC_CACHE_CHECK([for the PostgreSQL libraries CPPFLAGS],[ac_cv_POSTGRESQL_CPPFLAGS],

0 commit comments

Comments
 (0)