]> git.pld-linux.org Git - packages/pdns.git/commitdiff
- new; fixed lua checking
authorŁukasz Kieś <kiesiu@pld-linux.org>
Mon, 28 Nov 2011 12:25:33 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    configure.ac.patch -> 1.1

configure.ac.patch [new file with mode: 0644]

diff --git a/configure.ac.patch b/configure.ac.patch
new file mode 100644 (file)
index 0000000..49f77a2
--- /dev/null
@@ -0,0 +1,19 @@
+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)
+ if test "$WITH_LUA" != "no"; then
+  # try pkgconfig
+  if test "$WITH_LUA" = "yes"; then
+-      LUAPC=lua
++      LUAPC=lua51
+  else
+       LUAPC=$WITH_LUA
+  fi
This page took 0.135508 seconds and 4 git commands to generate.