From: Kern Sibbald Date: Fri, 7 Sep 2007 12:00:34 +0000 (+0000) Subject: Add ./configure search in qwt-qt4 for qwt package X-Git-Tag: Release-2.2.3~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e4fd63dced46db572612291af82df71b975e6b2e;p=bacula%2Fbacula Add ./configure search in qwt-qt4 for qwt package git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5488 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index e5f4363b2a..554e05bd64 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -291,7 +291,7 @@ if test x$support_bat = xyes; then # if test x$QWT_INC = x; then for root in /usr /usr/local; do - for ver in qwt qwt5; do + for ver in qwt qwt5 qwt-qt4; do if test -f ${root}/include/${ver}/qwt.h; then QWT_INC="${root}/include/${ver}" if test -d ${root}/lib64/; then diff --git a/bacula/configure b/bacula/configure index 55e04da51d..6bfcbfdc74 100755 --- a/bacula/configure +++ b/bacula/configure @@ -12836,7 +12836,7 @@ fi; # if test x$QWT_INC = x; then for root in /usr /usr/local; do - for ver in qwt qwt5; do + for ver in qwt qwt5 qwt-qt4; do if test -f ${root}/include/${ver}/qwt.h; then QWT_INC="${root}/include/${ver}" if test -d ${root}/lib64/; then diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 06482fb244..c46ce6c195 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -1,6 +1,8 @@ Technical notes on version 2.2 General: +07Sep07 +kes Add ./configure search in qwt-qt4 for qwt package Release Version 2.2.2 04Sep07 ebl Detect if new PosgreSQL batch insert API is present.