r113796 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113795‎ | r113796 | r113797 >
Date:04:00, 14 March 2012
Author:tstarling
Status:deferred
Tags:
Comment:
Fixes for r94409:
* use the right version of autoconf when the 2.13/2.50 wrapper is used
* remove debugging output
Modified paths:
  • /trunk/php/luasandbox/config.m4 (modified) (history)

Diff [purge]

Index: trunk/php/luasandbox/config.m4
@@ -1,6 +1,8 @@
22 dnl $Id$
33 dnl config.m4 for extension luasandbox
44
 5+AC_PREREQ(2.50)
 6+
57 PHP_ARG_WITH(luasandbox, for luasandbox support,
68 [ --with-luasandbox Include luasandbox support])
79
@@ -20,10 +22,6 @@
2123 dnl LUA_LIBS and LUA_CFLAGS interprets them:
2224 PHP_EVAL_INCLINE($LUA_CFLAGS)
2325 PHP_EVAL_LIBLINE($LUA_LIBS, LUASANDBOX_SHARED_LIBADD)
24 -
25 - dnl Output results for debugging purposes:
26 - AC_MSG_NOTICE(LUA: found LUA_CFLAGS: $LUA_CFLAGS)
27 - AC_MSG_NOTICE(LUA: found LUA_LIBS: $LUA_LIBS)
2826
2927 PHP_EVAL_LIBLINE("-lrt", LUASANDBOX_SHARED_LIBADD)
3028

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94409use pkg-config macros to find luahashar14:31, 13 August 2011

Status & tagging log