summaryrefslogtreecommitdiffstats
path: root/src/external/libndr_nbt.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/libndr_nbt.m4')
-rw-r--r--src/external/libndr_nbt.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/src/external/libndr_nbt.m4 b/src/external/libndr_nbt.m4
new file mode 100644
index 000000000..d4d94f2d6
--- /dev/null
+++ b/src/external/libndr_nbt.m4
@@ -0,0 +1,5 @@
+AC_SUBST(NDR_NBT_CFLAGS)
+AC_SUBST(NDR_NBT_LIBS)
+
+PKG_CHECK_MODULES(NDR_NBT, ndr_nbt, ,
+ AC_MSG_ERROR("Please install Samba 4 development libraries")) \ No newline at end of file