]> granicus.if.org Git - postgresql/commit
this patch solve 2 problemes :
authorBruce Momjian <bruce@momjian.us>
Sun, 5 Apr 1998 21:29:49 +0000 (21:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 5 Apr 1998 21:29:49 +0000 (21:29 +0000)
commitfdb37f073be63ba111235dd0e47181cf93596b26
tree6e0a08f0c3e3495f60409235b9a0e47cc07a5d89
parent34fec16198ef8a18f69992df0ac7d0bee5a00551
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
src/bin/psql/Makefile.in
src/bin/psql/psql.c
src/configure
src/configure.in
src/include/config.h.in