CVS: sylpheedclaws/plugins/maildir configure.ac,1.6.2.41,1.6.2.42

[email protected] Fri, 22 Dec 2006 22:10:24 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/maildir
In directory sunsite.dk:/tmp/cvs-serv28720/maildir

Modified Files:
      Tag: gtk2
	configure.ac 
Log Message:
Fix bashisms - patch by Pawel


Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/configure.ac,v
retrieving revision 1.6.2.41
retrieving revision 1.6.2.42
diff -u -d -r1.6.2.41 -r1.6.2.42
--- configure.ac	2006/12/15 19:38:28	1.6.2.41
+++ configure.ac	2006/12/22 22:10:19	1.6.2.42
@@ -47,7 +47,7 @@
 # Check for claws-mail
 #
 PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 2.6.1.41)
-if test -z $prefix || test "${prefix}" == "NONE" ; then
+if test -z $prefix || test "${prefix}" = "NONE" ; then
   prefix=$( $PKG_CONFIG --variable=prefix claws-mail )
   CLAWS_MAIL_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir claws-mail )
 else