From 4458162a943a432b5f8517182e2ee7aab2590f85 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Oct 2008 13:01:57 -0400 Subject: Initital server code. Includes test monitor task. --- server/external/libpopt.m4 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 server/external/libpopt.m4 (limited to 'server/external/libpopt.m4') 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" ]) -- cgit