Correcting detect typo in server.m4

Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
amitkuma
2018-04-05 11:25:01 +02:00
committed by Christian Heimes
parent 5a4e358b00
commit 951e5db10c
+1 -1
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)