- BUGFIX: configure doesn't require paths with a terminal "/" anymore

This commit is contained in:
Christophe Dumez 2007-10-14 09:15:02 +00:00
commit 6099544da5
5 changed files with 10 additions and 9 deletions

View file

@ -44,7 +44,7 @@ public:
s = conf->getenv("QC_WITH_LIBMAGICK_LIB");
if(!s.isEmpty()) {
if(!QFile::exists(s+QString("libMagick++.so"))){
if(!QFile::exists(s+QString("/libMagick++.so"))){
return false;
}
}else{