Checking for lib suffix broken

Andras Mantia amantia at kde.org
Mon Apr 3 20:38:52 BST 2006


On Friday 31 March 2006 13:55, Stephan Kulow wrote:
> OK, thanks for testing. I need to think about it. If someone has an
> idea how to solve this nicely, let me know ;)

Even if you don't have a good solution now, please commit the "bash fix" 
part of the patch:
@@ -3523,7 +3523,7 @@
        rm -rf conftest.*
     fi 
        
-    if test "$kdelibsuff" = "no" || "$kdelibsuff" = "none"; then
+    if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
        kdelibsuff=
     fi
     if test -z "$kdelibsuff"; then

Andras
-- 
Quanta Plus developer - http://quanta.kdewebdev.org
K Desktop Environment - http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20060403/38dae7c4/attachment.sig>


More information about the kde-core-devel mailing list