mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix syntax error testing for des_debug.
This commit is contained in:
parent
8900d9d351
commit
18bfbc9bcb
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue