Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 38769 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in (+3 lines)
Lines 511-516 if test "$with_postgresql" != "no"; then Link Here
511
    elif test -r $i/include/postgresql/libpq-fe.h; then
511
    elif test -r $i/include/postgresql/libpq-fe.h; then
512
      POSTGRESQL_DIR=$i
512
      POSTGRESQL_DIR=$i
513
      POSTGRESQL_INC_DIR=$i/include/postgresql
513
      POSTGRESQL_INC_DIR=$i/include/postgresql
514
    elif test -r $i/include/postgresql/pgsql/libpq-fe.h; then
515
      POSTGRESQL_DIR=$i
516
      POSTGRESQL_INC_DIR=$i/include/postgresql/pgsql
514
    fi
517
    fi
515
  done
518
  done
516
519

Return to bug 38769