From: Dan Langille Date: Mon, 22 Dec 2003 19:59:57 +0000 (+0000) Subject: Change SQLite reference to PostgreSQL X-Git-Tag: Release-1.34.0~226 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=48cf42dac5c82734d9540f023cbae3a2e3231159;p=bacula%2Fbacula Change SQLite reference to PostgreSQL git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@933 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/aclocal.m4 b/bacula/autoconf/aclocal.m4 index c44f2b0f49..df6ac3f963 100644 --- a/bacula/autoconf/aclocal.m4 +++ b/bacula/autoconf/aclocal.m4 @@ -577,7 +577,7 @@ AC_ARG_WITH(postgresql, POSTGRESQL_BINDIR=$withval else AC_MSG_RESULT(no) - AC_MSG_ERROR(Invalid SQLite directory $withval - unable to find libpq-fe.h under $withval) + AC_MSG_ERROR(Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval) fi POSTGRESQL_LFLAGS="-L$POSTGRESQL_LIBDIR -lpq" AC_CHECK_FUNC(crypt, , AC_CHECK_LIB(crypt, crypt, [POSTGRESQL_LFLAGS="-lcrypt $POSTGRESQL_LFLAGS"]))