]> git.sur5r.net Git - openldap/commitdiff
Fix syntax error testing for des_debug.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 26 Mar 1999 21:46:06 +0000 (21:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 26 Mar 1999 21:46:06 +0000 (21:46 +0000)
configure
configure.in

index 55668a14baf244f919e383d19eaa1bd9e0ad77ef..095a814b12efc35ab557ca3b22c65905af34c3fc 100755 (executable)
--- a/configure
+++ b/configure
@@ -3373,7 +3373,7 @@ fi
 
 echo "$ac_t""$ol_cv_var_des_debug" 1>&6
 
-                       if test $ol_cv_var_des_debug= yes ; then
+                       if test $ol_cv_var_des_debug = yes ; then
                                cat >> confdefs.h <<\EOF
 #define HAVE_DES_DEBUG 1
 EOF
index af20ee0eb2a71885dad9c6f19c423e2fa7aa2c72..84ed5a471ae217ff6e97c1e91f8cb55c8de3402b 100644 (file)
@@ -356,7 +356,7 @@ des_debug = 1;
                                LIBS="$save_LIBS"
                        ])
 
-                       if test $ol_cv_var_des_debug= yes ; then
+                       if test $ol_cv_var_des_debug = yes ; then
                                AC_DEFINE(HAVE_DES_DEBUG,1,
                                        [define if you have Kerberos des_debug])
                        fi