]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
pdns_check_libedit.m4: quote arguments 3603/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 21 Mar 2016 19:36:50 +0000 (20:36 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 21 Mar 2016 19:36:50 +0000 (20:36 +0100)
pdns/dnsdistdist/m4/pdns_check_libedit.m4

index 5ceef796cd0a4adadbb0fad2724649b2502cac94..14fde4f0a7bfd0e06a33c5f7b1d945238a521794 100644 (file)
@@ -1,3 +1,3 @@
 AC_DEFUN([PDNS_CHECK_LIBEDIT], [
-  PKG_CHECK_MODULES(LIBEDIT, libedit)
+  PKG_CHECK_MODULES([LIBEDIT], [libedit])
 ])