mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Fixed small error in last commit for sys_errlist in openldap.m4
This commit is contained in:
parent
ebce51b2db
commit
27572b4257
2 changed files with 7 additions and 7 deletions
|
|
@ -394,10 +394,10 @@ if test $ol_cv_dcl_sys_errlist = no ; then
|
|||
[ol_cv_have_sys_errlist=yes],
|
||||
[ol_cv_have_sys_errlist=no])])
|
||||
AC_MSG_RESULT($ol_cv_have_sys_errlist)
|
||||
fi
|
||||
if test $ol_cv_have_sys_errlist = yes ; then
|
||||
AC_DEFINE(HAVE_SYS_ERRLIST,1,
|
||||
[define if you actually have sys_errlist in your libs])
|
||||
if test $ol_cv_have_sys_errlist = yes ; then
|
||||
AC_DEFINE(HAVE_SYS_ERRLIST,1,
|
||||
[define if you actually have sys_errlist in your libs])
|
||||
fi
|
||||
fi
|
||||
])dnl
|
||||
|
||||
|
|
|
|||
6
configure
vendored
6
configure
vendored
|
|
@ -10010,12 +10010,12 @@ rm -f conftest*
|
|||
fi
|
||||
|
||||
echo "$ac_t""$ol_cv_have_sys_errlist" 1>&6
|
||||
fi
|
||||
if test $ol_cv_have_sys_errlist = yes ; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
if test $ol_cv_have_sys_errlist = yes ; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define HAVE_SYS_ERRLIST 1
|
||||
EOF
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue