]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
pdns: stop checking for libedit
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 21 Mar 2016 19:26:48 +0000 (20:26 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 21 Mar 2016 19:26:48 +0000 (20:26 +0100)
configure.ac
m4/pdns_check_libedit.m4 [deleted file]
pdns/dnsdistdist/m4/pdns_check_libedit.m4 [changed from symlink to file mode: 0644]

index 2a1f955163fecba3a282b7e31574cff8ea820d41..31d2e1584e5237df9d0aa3d10d9fbf311cd4fca4 100644 (file)
@@ -112,7 +112,6 @@ AX_CHECK_OPENSSL([
   ]
 )
 
-PDNS_CHECK_LIBEDIT
 PDNS_CHECK_RAGEL
 PDNS_CHECK_CLOCK_GETTIME
 
diff --git a/m4/pdns_check_libedit.m4 b/m4/pdns_check_libedit.m4
deleted file mode 100644 (file)
index 0d42407..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-AC_DEFUN([PDNS_CHECK_LIBEDIT], [
-  PKG_CHECK_MODULES(LIBEDIT, libedit, [], [
-    AS_IF([test "$1" = "mandatory"],[
-      AS_IF([test x"$LIBEDIT_LIBS" = "x"],[
-        AC_MSG_ERROR([libedit support is mandatory])
-      ])
-    ])
-  ])
-])
deleted file mode 120000 (symlink)
index e8ffe5eae52392bf0cf0e29a073e11c179e0f840..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../m4/pdns_check_libedit.m4
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..0d42407df2497a3d9e1ba91a1eac8f103a90ffb3
--- /dev/null
@@ -0,0 +1,9 @@
+AC_DEFUN([PDNS_CHECK_LIBEDIT], [
+  PKG_CHECK_MODULES(LIBEDIT, libedit, [], [
+    AS_IF([test "$1" = "mandatory"],[
+      AS_IF([test x"$LIBEDIT_LIBS" = "x"],[
+        AC_MSG_ERROR([libedit support is mandatory])
+      ])
+    ])
+  ])
+])