Fixed small error in last commit for sys_errlist in openldap.m4

This commit is contained in:
Ben Collins 1999-03-13 18:41:07 +00:00
parent ebce51b2db
commit 27572b4257
2 changed files with 7 additions and 7 deletions

View file

@ -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
View file

@ -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