--- configure.orig	2009-05-29 23:09:01.000000000 +0200
+++ configure	2009-06-01 00:30:13.000000000 +0200
@@ -18568,7 +18568,7 @@
 fi
 
 
-if test "$aqbanking_backends" == "all"; then
+if test "$aqbanking_backends" = "all"; then
   aqbanking_backends="aqhbci aqnone aqofxconnect"
 fi
 
@@ -18629,7 +18629,7 @@
 fi
 
 
-if test "$aqbanking_imexporters" == "all"; then
+if test "$aqbanking_imexporters" = "all"; then
   aqbanking_imexporters="csv dtaus eri2 ofx openhbci1 swift xmldb yellownet sepa ctxfile"
 fi
 
@@ -18753,7 +18753,7 @@
 fi
 
 
-if test "$aqbanking_parsers" == "all"; then
+if test "$aqbanking_parsers" = "all"; then
   aqbanking_parsers="dtaus swift"
 fi
 
@@ -18805,7 +18805,7 @@
 fi
 
 
-if test "$aqbanking_bankinfos" == "all"; then
+if test "$aqbanking_bankinfos" = "all"; then
   aqbanking_bankinfos="at ca ch de us"
 fi
 
