File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
postgresql-libpq-configure Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3850
3850
for ac_exec_ext in ' ' $ac_executable_extensions ; do
3851
3851
ac_path_PG_CONFIG=" $as_dir$ac_prog$ac_exec_ext "
3852
3852
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 \
3854
3854
&& ac_cv_path_PG_CONFIG=" $ac_path_PG_CONFIG " ac_path_PG_CONFIG_found=:
3855
3855
$ac_path_PG_CONFIG_found && break 3
3856
3856
done
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ AC_DEFUN([_AX_LIB_POSTGRESQL_OLD],[
58
58
while true; do
59
59
AC_CACHE_CHECK ( [ for the pg_config program] , [ ac_cv_path_PG_CONFIG] ,
60
60
[ 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 \
62
62
&& ac_cv_path_PG_CONFIG="$ac_path_PG_CONFIG" ac_path_PG_CONFIG_found=:] ] ,
63
63
[ ac_cv_path_PG_CONFIG=""] ) ] )
64
64
PG_CONFIG="$ac_cv_path_PG_CONFIG"
You can’t perform that action at this time.
0 commit comments