summaryrefslogtreecommitdiffstats
path: root/server/external/libpopt.m4
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-10-03 13:01:57 -0400
committerSimo Sorce <idra@samba.org>2008-10-04 11:14:49 -0400
commit4458162a943a432b5f8517182e2ee7aab2590f85 (patch)
tree7b29a7ed33632565e216509f6f010be2dbbbb19c /server/external/libpopt.m4
parent9bd63b97c9c3132a0b3c8c6bd1c67f8c31a54c3c (diff)
downloadsssd-4458162a943a432b5f8517182e2ee7aab2590f85.tar.gz
sssd-4458162a943a432b5f8517182e2ee7aab2590f85.tar.xz
sssd-4458162a943a432b5f8517182e2ee7aab2590f85.zip
Initital server code.
Includes test monitor task.
Diffstat (limited to 'server/external/libpopt.m4')
-rw-r--r--server/external/libpopt.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/server/external/libpopt.m4 b/server/external/libpopt.m4
new file mode 100644
index 000000000..c5d12550a
--- /dev/null
+++ b/server/external/libpopt.m4
@@ -0,0 +1,7 @@
+POPT_OBJ=""
+AC_SUBST(POPT_OBJ)
+AC_SUBST(POPT_LIBS)
+AC_SUBST(POPT_CFLAGS)
+
+AC_CHECK_HEADERS(popt.h)
+AC_CHECK_LIB(popt, poptGetContext, [ POPT_LIBS="-lpopt" ])