File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
postgresql-libpq-configure Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
3853
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=:
3855
3855
$ac_path_PG_CONFIG_found && break 3
3856
3856
done
3857
3857
done
3867
3867
fi
3868
3868
{ printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: $ac_cv_path_PG_CONFIG " >&5
3869
3869
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 "
3871
3871
if test " X$PG_CONFIG " = " X"
3872
3872
then :
3873
3873
break
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ AC_DEFUN([_AX_LIB_POSTGRESQL_OLD],[
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
61
[ [ 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=:] ] ,
63
63
[ ac_cv_path_PG_CONFIG=""] ) ] )
64
- PG_CONFIG=$ac_cv_path_PG_CONFIG
64
+ PG_CONFIG=" $ac_cv_path_PG_CONFIG"
65
65
AS_IF ( [ test "X$PG_CONFIG" = "X"] ,[ break] )
66
66
67
67
AC_CACHE_CHECK ( [ for the PostgreSQL libraries CPPFLAGS] ,[ ac_cv_POSTGRESQL_CPPFLAGS] ,
You can’t perform that action at this time.
0 commit comments