CVS: sylpheedclaws/plugins/vcalendar configure.ac,1.2.2.147,1.2.2.148
[email protected] Fri, 22 Dec 2006 22:10:58 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/vcalendar
In directory sunsite.dk:/tmp/cvs-serv28720/vcalendar
Modified Files:
Tag: gtk2
configure.ac
Log Message:
Fix bashisms - patch by Pawel
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/configure.ac,v
retrieving revision 1.2.2.147
retrieving revision 1.2.2.148
diff -u -d -r1.2.2.147 -r1.2.2.148
--- configure.ac 2006/12/22 18:28:46 1.2.2.147
+++ configure.ac 2006/12/22 22:10:53 1.2.2.148
@@ -54,7 +54,7 @@
PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 2.6.1.41)
AC_SUBST(CLAWS_MAIL_CFLAGS)
AC_SUBST(CLAWS_MAIL_LIBS)
-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