]> git.sur5r.net Git - bacula/bacula/commitdiff
Add ./configure search in qwt-qt4 for qwt package
authorKern Sibbald <kern@sibbald.com>
Fri, 7 Sep 2007 12:00:34 +0000 (12:00 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 7 Sep 2007 12:00:34 +0000 (12:00 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5488 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/configure
bacula/technotes-2.1

index e5f4363b2a0e79a99a3e8ab52bd525271a630bbe..554e05bd64b21efa0a091597949a7f42feb8f55b 100644 (file)
@@ -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
index 55e04da51d326802256fd0382358bc0c978c0c1e..6bfcbfdc747bf2753f2b81bf5202171cdb92d77d 100755 (executable)
@@ -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
index 06482fb24475e926897c9e7e98bafece5bc2ef2b..c46ce6c195a65b1e8e9bc55869d14ae5bf74e5a5 100644 (file)
@@ -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.