mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdef
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
#include <com_err.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_GSSAPI_GSSAPI_EXT_H
|
||||
#ifdef HAVE_GSSAPI_GSSAPI_EXT_H
|
||||
#include <gssapi/gssapi_ext.h>
|
||||
#elif HAVE_GSSAPI_GSSAPI_H
|
||||
#include <gssapi/gssapi.h>
|
||||
|
Reference in New Issue
Block a user