Mercurial > hg > xemacs-beta
comparison configure @ 5898:2aeaf9bc7175
Regenerate configure.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 05 May 2015 04:06:37 +0900 |
parents | b2709239b1f6 |
children | 32f4ae21abc5 |
comparison
equal
deleted
inserted
replaced
5897:e7e8fd610f72 | 5898:2aeaf9bc7175 |
---|---|
15610 *) | 15610 *) |
15611 pg_header_dir="$with_postgresql" ;; | 15611 pg_header_dir="$with_postgresql" ;; |
15612 esac | 15612 esac |
15613 | 15613 |
15614 libpq_fe_h_file="" | 15614 libpq_fe_h_file="" |
15615 for header_dir in $pg_header_dir "" "pgsql" "postgresql" "postgresql94" "postgresql-9.4" "postgresql84" "postgresql-8.4"; do | 15615 for header_dir in $pg_header_dir "" "pgsql" "postgresql" "postgresql94" "postgresql-9.4" "postgresql/9.4" "postgresql84" "postgresql-8.4" "postgresql/8.4"; do |
15616 as_ac_Header=`$as_echo "ac_cv_header_${header_dir}/libpq-fe.h" | $as_tr_sh` | 15616 as_ac_Header=`$as_echo "ac_cv_header_${header_dir}/libpq-fe.h" | $as_tr_sh` |
15617 ac_fn_c_check_header_mongrel "$LINENO" "${header_dir}/libpq-fe.h" "$as_ac_Header" "$ac_includes_default" | 15617 ac_fn_c_check_header_mongrel "$LINENO" "${header_dir}/libpq-fe.h" "$as_ac_Header" "$ac_includes_default" |
15618 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 15618 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
15619 libpq_fe_h_file=${header_dir}/libpq-fe.h; break | 15619 libpq_fe_h_file=${header_dir}/libpq-fe.h; break |
15620 fi | 15620 fi |
15623 done | 15623 done |
15624 | 15624 |
15625 if test -n "$pg_header_dir" -a "$header_dir" != "$pg_header_dir"; then | 15625 if test -n "$pg_header_dir" -a "$header_dir" != "$pg_header_dir"; then |
15626 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-postgresql=\"$pg_header_dir\" specified but not found; using \"$libpq_fe_h_file\"" >&5 | 15626 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-postgresql=\"$pg_header_dir\" specified but not found; using \"$libpq_fe_h_file\"" >&5 |
15627 $as_echo "$as_me: WARNING: --with-postgresql=\"$pg_header_dir\" specified but not found; using \"$libpq_fe_h_file\"" >&2;} | 15627 $as_echo "$as_me: WARNING: --with-postgresql=\"$pg_header_dir\" specified but not found; using \"$libpq_fe_h_file\"" >&2;} |
15628 fi | |
15628 | 15629 |
15629 pq_libs= | 15630 pq_libs= |
15630 extra_libs= | 15631 extra_libs= |
15631 if test -n "$libpq_fe_h_file"; then | 15632 if test -n "$libpq_fe_h_file"; then |
15632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQconnectdb in -lpq" >&5 | 15633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQconnectdb in -lpq" >&5 |