CVS: sylpheedclaws/plugins/perl configure.ac,1.19.2.34,1.19.2.35

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

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


Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/perl/configure.ac,v
retrieving revision 1.19.2.34
retrieving revision 1.19.2.35
diff -u -d -r1.19.2.34 -r1.19.2.35
--- configure.ac	2006/12/15 20:12:52	1.19.2.34
+++ configure.ac	2006/12/22 22:10:56	1.19.2.35
@@ -42,7 +42,7 @@
 
 dnl 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