aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-04-08 03:12:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-04-08 03:12:46 +0800
commit3b5fc9292b9edd41c51d8b40d213c5ddbcd9327e (patch)
tree76706929feb9024d8dff48728daba1623932d7c3 /configure.in
parentcd84f6183343d2bb0d9c33f580fad11ee894b0b6 (diff)
downloadgsoc2013-evolution-3b5fc9292b9edd41c51d8b40d213c5ddbcd9327e.tar.gz
gsoc2013-evolution-3b5fc9292b9edd41c51d8b40d213c5ddbcd9327e.tar.zst
gsoc2013-evolution-3b5fc9292b9edd41c51d8b40d213c5ddbcd9327e.zip
Oops, don't use a == when comparing strings in shell.
2003-04-07 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Oops, don't use a == when comparing strings in shell. svn path=/trunk/; revision=20724
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 85fb2f21c1..af55d832fb 100644
--- a/configure.in
+++ b/configure.in
@@ -602,7 +602,7 @@ if test "x${with_krb5}" != "xno"; then
])
if test "$ac_cv_lib_kerberos5" != "no"; then
AC_DEFINE(HAVE_KRB5,1,[Define if you have Krb5])
- if test "$ac_cv_lib_kerberos5" == "$mitlibs"; then
+ if test "$ac_cv_lib_kerberos5" = "$mitlibs"; then
AC_DEFINE(HAVE_MIT_KRB5,1,[Define if you have MIT Krb5])
KRB5_CFLAGS="-I$with_krb5/include"
msg_krb5="yes (MIT)"
/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/lang/p5-Try-Tiny?h=gstreamer&id=9debac461b7729b783ca5a0f5e46461ddac07173'>Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1 * Cleanup plistbapt2014-10-271-3/+0 * - add stage supportaz2014-01-302-3/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update to 0.18.tobez2013-09-092-3/+3 * - Convert to new perl frameworkaz2013-08-051-1/+2 * Update to 0.12.tobez2013-01-04