From 1c48b5a62f73234ed26bb20f0ab345ab61cda0ab Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 07:49:04 -0500 Subject: Rename server/ directory to src/ Also update BUILD.txt --- src/external/libpopt.m4 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/external/libpopt.m4 (limited to 'src/external/libpopt.m4') diff --git a/src/external/libpopt.m4 b/src/external/libpopt.m4 new file mode 100644 index 000000000..e59b2610e --- /dev/null +++ b/src/external/libpopt.m4 @@ -0,0 +1,9 @@ +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" ], [AC_MSG_ERROR([POPT must support poptGetContext])])], + [AC_MSG_ERROR([POPT development libraries not installed])] +) -- cgit