Lines Matching refs:PG_CONFIG
661 PG_CONFIG
18314 case $PG_CONFIG in
18316 ac_cv_path_PG_CONFIG="$PG_CONFIG" # Let the user override the test with a path.
18337 PG_CONFIG=$ac_cv_path_PG_CONFIG
18338 if test -n "$PG_CONFIG"; then
18339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PG_CONFIG" >&5
18340 $as_echo "$PG_CONFIG" >&6; }
18347 test -n "$PG_CONFIG" && break
18349 test -n "$PG_CONFIG" || PG_CONFIG="not found"
18352 if test "$PG_CONFIG" != "not found"
18354 use_dlz_postgres=`$PG_CONFIG --includedir`
18355 use_dlz_postgres_lib=`$PG_CONFIG --libdir`