]> git.pld-linux.org Git - packages/pdns.git/blobdiff - configure.ac.patch
- updated to 3.1
[packages/pdns.git] / configure.ac.patch
index 49f77a25ff2bfbbdfe940aa92e6425dd3d4fa33e..a3695cb37e5c6ced404ef0cfad09d2330575c435 100644 (file)
@@ -1,14 +1,7 @@
 diff -uNr pdns-3.0/configure.ac pdns-3.0.new/configure.ac
 --- pdns-3.0/configure.ac      2011-07-22 13:23:23.000000000 +0200
 +++ pdns-3.0.new/configure.ac  2011-11-28 13:07:27.437416499 +0100
-@@ -26,13 +26,13 @@
- dnl Check for lua
- AC_MSG_CHECKING(if with lua)
--AC_ARG_WITH(lua, AC_HELP_STRING([--with-lua],[lua]), WITH_LUA=$withval],[WITH_LUA=yes])
-+AC_ARG_WITH(lua, AC_HELP_STRING([--with-lua],[lua]), [WITH_LUA=$withval],[WITH_LUA=yes])
- AC_MSG_RESULT($WITH_LUA)
+@@ -32,7 +32,7 @@
  if test "$WITH_LUA" != "no"; then
   # try pkgconfig
   if test "$WITH_LUA" = "yes"; then
This page took 0.024101 seconds and 4 git commands to generate.