Skip to content

Commit b06a445

Browse files
committed
foo
1 parent 735847b commit b06a445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgresql-libpq-configure/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3850,7 +3850,7 @@ do
38503850
for ac_exec_ext in '' $ac_executable_extensions; do
38513851
ac_path_PG_CONFIG="$as_dir$ac_prog$ac_exec_ext"
38523852
as_fn_executable_p "$ac_path_PG_CONFIG" || continue
3853-
ac_cv_path_PG_CONFIG="";$ac_path_PG_CONFIG --includedir > /dev/null \
3853+
ac_cv_path_PG_CONFIG="";"$ac_path_PG_CONFIG" --includedir > /dev/null \
38543854
&& ac_cv_path_PG_CONFIG="$ac_path_PG_CONFIG" ac_path_PG_CONFIG_found=:
38553855
$ac_path_PG_CONFIG_found && break 3
38563856
done

postgresql-libpq-configure/m4/ax_lib_postgresql.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ AC_DEFUN([_AX_LIB_POSTGRESQL_OLD],[
5858
while true; do
5959
AC_CACHE_CHECK([for the pg_config program], [ac_cv_path_PG_CONFIG],
6060
[AC_PATH_PROGS_FEATURE_CHECK([PG_CONFIG], [pg_config],
61-
[[ac_cv_path_PG_CONFIG="";$ac_path_PG_CONFIG --includedir > /dev/null \
61+
[[ac_cv_path_PG_CONFIG="";"$ac_path_PG_CONFIG" --includedir > /dev/null \
6262
&& ac_cv_path_PG_CONFIG="$ac_path_PG_CONFIG" ac_path_PG_CONFIG_found=:]],
6363
[ac_cv_path_PG_CONFIG=""])])
6464
PG_CONFIG="$ac_cv_path_PG_CONFIG"

0 commit comments

Comments
 (0)