Correcting detect typo in server.m4

Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
amitkuma 2018-04-04 19:35:13 +05:30 committed by Christian Heimes
parent 5a4e358b00
commit 951e5db10c

View File

@ -4,7 +4,7 @@ dnl ---------------------------------------------------------------------------
dnl - Check for DS slapi plugin
dnl ---------------------------------------------------------------------------
# Need to hack CPPFLAGS to be able to correctly detetct slapi-plugin.h
# Need to hack CPPFLAGS to be able to correctly detect slapi-plugin.h
SAVE_CPPFLAGS=$CPPFLAGS
CPPFLAGS=$NSPR_CFLAGS
AC_CHECK_HEADER(dirsrv/slapi-plugin.h)