CVS: sylpheedclaws/plugins/rssyl configure.ac,1.1.2.109,1.1.2.110

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

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


Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/rssyl/Attic/configure.ac,v
retrieving revision 1.1.2.109
retrieving revision 1.1.2.110
diff -u -d -r1.1.2.109 -r1.1.2.110
--- configure.ac	2006/12/15 17:41:33	1.1.2.109
+++ configure.ac	2006/12/22 22:10:22	1.1.2.110
@@ -50,7 +50,7 @@
   AC_MSG_ERROR([*** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/])
 fi
 
-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