Skip to content

Commit 3dea56b

Browse files
authored
src/ndk.h: Do not #error if 'NDK' is undefined
2 parents 91e30eb + 96cc7ca commit 3dea56b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ndk.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
#endif
2929

3030

31-
#if !(NDK)
32-
#error At least one module requires the Nginx Development Kit to be compiled with \
33-
the source (add --with-module=/path/to/devel/kit/src to configure command)
34-
#endif
35-
3631
#include <ndk_config.h>
3732

3833

0 commit comments

Comments
 (0)