this patch solve 2 problemes :

Bruce Momjian <bruce@momjian.us>

Commit: fdb37f073be63ba111235dd0e47181cf93596b26
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-04-05T21:29:49Z
Releases: 7.1.1
this patch solve 2 problemes :

probleme number 1 :

- configure can find the library readline , but don't
  find the header file . so in this case we don't use lib readline
  .

probleme number 2 :

- when you have postgres 6.2.1 and readline installed
  with the same prefix( and generally all your software ) .  you
  can compile the version 6.3 .  I use this prefix , when configure
  ask me for "Additional directories to search for include files"
  .

  ( because there a conflict in the header when you
    compile psql.c ) In this case, you must permut the sequence of
  directive -I .

Erwan MAS

Files

PathChange+/−
src/bin/psql/Makefile.in modified +2 −2
src/bin/psql/psql.c modified +12 −6
src/configure modified +132 −131
src/configure.in modified +2 −2
src/include/config.h.in modified +3 −0