]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/configure
es Fix error message that was clobbered when Dir tells SD it does not
[bacula/bacula] / bacula / configure
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