From: Kern Sibbald Date: Fri, 30 Jan 2004 11:41:37 +0000 (+0000) Subject: Add additional search directories for PostgreSQL X-Git-Tag: Release-1.34.0~151 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=18347c6bbd3262d675b97ac7c48d5708918ad2a4;p=bacula%2Fbacula Add additional search directories for PostgreSQL git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1025 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/aclocal.m4 b/bacula/autoconf/aclocal.m4 index 79adf87e59..929c66a23b 100644 --- a/bacula/autoconf/aclocal.m4 +++ b/bacula/autoconf/aclocal.m4 @@ -567,6 +567,10 @@ AC_ARG_WITH(postgresql, POSTGRESQL_INCDIR=/usr/include POSTGRESQL_LIBDIR=/usr/lib POSTGRESQL_BINDIR=/usr/bin + elif test -f /usr/include/pgsql/libpq-fe.h; then + POSTGRESQL_INCDIR=/usr/include/pgsql + POSTGRESQL_LIBDIR=/usr/lib/pgsql + POSTGRESQL_BINDIR=/usr/bin else AC_MSG_RESULT(no) AC_MSG_ERROR(Unable to find libpq-fe.h in standard locations) diff --git a/bacula/src/version.h b/bacula/src/version.h index f29af1c322..e4847d96a1 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -2,8 +2,8 @@ #undef VERSION #define VERSION "1.33" #define VSTRING "1" -#define BDATE "29 Jan 2004" -#define LSMDATE "29Jan04" +#define BDATE "30 Jan 2004" +#define LSMDATE "30Jan04" /* Debug flags */ #undef DEBUG