CVS: sylpheedclaws/plugins/etpan-privacy configure.ac,1.9.2.25,1.9.2.26

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

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


Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/etpan-privacy/configure.ac,v
retrieving revision 1.9.2.25
retrieving revision 1.9.2.26
diff -u -d -r1.9.2.25 -r1.9.2.26
--- configure.ac	2006/12/15 19:06:06	1.9.2.25
+++ configure.ac	2006/12/22 22:10:40	1.9.2.26
@@ -46,7 +46,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