summaryrefslogtreecommitdiffstats
path: root/m4/pdns_check_libedit.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/pdns_check_libedit.m4')
-rw-r--r--m4/pdns_check_libedit.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/pdns_check_libedit.m4 b/m4/pdns_check_libedit.m4
new file mode 100644
index 0000000..14fde4f
--- /dev/null
+++ b/m4/pdns_check_libedit.m4
@@ -0,0 +1,3 @@
+AC_DEFUN([PDNS_CHECK_LIBEDIT], [
+ PKG_CHECK_MODULES([LIBEDIT], [libedit])
+])