Skip to content
Snippets Groups Projects
Commit c99b67e8 authored by Xavier Beaudouin's avatar Xavier Beaudouin Committed by Henrik (Grubba) Grubbström
Browse files

Added some more paths to search. Thanks to Xavier Beaudouin <kiwi@oav.net>.

Rev: src/modules/Postgres/configure.in:1.4
parent 3eb19a93
No related branches found
No related tags found
No related merge requests found
dnl $Id: configure.in,v 1.3 1997/11/25 20:57:56 grubba Exp $ dnl $Id: configure.in,v 1.4 1998/01/30 17:41:43 grubba Exp $
dnl (C) 1997 Francesco Chemolli <kinkie@comedia.it> dnl (C) 1997 Francesco Chemolli <kinkie@comedia.it>
AC_INIT(postgres.c) AC_INIT(postgres.c)
...@@ -14,10 +14,10 @@ sinclude(../module_configure.in) ...@@ -14,10 +14,10 @@ sinclude(../module_configure.in)
ac_pike_postgres_skip=no ac_pike_postgres_skip=no
dnl set up "reasonable" search paths dnl set up "reasonable" search paths
pike_postgres_reasonable_prefixes="/usr/local /usr /opt" pike_postgres_reasonable_prefixes="/usr/local /usr /opt /usr/lib"
pike_postgres_reasonable_directories="postgres95 postgres pgsql /" pike_postgres_reasonable_directories="postgres95 postgres pgsql /"
pike_postgres_extra_include_directories="$HOME/include /usr/include/postgres95 /usr/include/postgres" pike_postgres_extra_include_directories="$HOME/include /usr/include/postgres95 /usr/include/postgres /usr/lib/pgsql/include"
pike_postgres_extra_lib_directories="$HOME/lib" pike_postgres_extra_lib_directories="$HOME/lib /usr/lib/pgsql/lib"
for a in $pike_postgres_reasonable_prefixes for a in $pike_postgres_reasonable_prefixes
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment