summaryrefslogtreecommitdiffstats
path: root/server/external/libpopt.m4
diff options
context:
space:
mode:
Diffstat (limited to 'server/external/libpopt.m4')
-rw-r--r--server/external/libpopt.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/server/external/libpopt.m4 b/server/external/libpopt.m4
deleted file mode 100644
index e59b2610e..000000000
--- a/server/external/libpopt.m4
+++ /dev/null
@@ -1,9 +0,0 @@
-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])]
-)