Show
Ignore:
Timestamp:
03/25/07 20:34:22 (6 years ago)
Author:
ahu
Message:

fix for ticket 90, look for postgresql in more places

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/configure.in

    r942 r998  
    303303        PGSQL_inc_check="$withval/include/pgsql"], 
    304304            [PGSQL_lib_check="/usr/local/pgsql/lib/pgsql /usr/local/lib/pgsql /opt/pgsql/lib/pgsql /usr/lib/pgsql /usr/local/pgsql/lib /usr/local/lib /opt/pgsql/lib /usr/lib" 
    305         PGSQL_inc_check="/usr/local/pgsql/include/pgsql /usr/local/include/postgresql/ /usr/local/include /opt/pgsql/include/pgsql /opt/pgsql/include /usr/include/pgsql/ /usr/include/postgresql"]) 
     305        PGSQL_inc_check="/usr/local/pgsql/include/pgsql /usr/include /usr/local/include/postgresql/ /usr/local/include /opt/pgsql/include/pgsql /opt/pgsql/include /usr/include/pgsql/ /usr/include/postgresql"]) 
    306306                AC_ARG_WITH(pgsql-lib, 
    307307            [  --with-pgsql-lib=<path> directory path of PgSQL library installation],