https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113796

Revision: 113796
Author:   tstarling
Date:     2012-03-14 04:00:27 +0000 (Wed, 14 Mar 2012)
Log Message:
-----------
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: trunk/php/luasandbox/config.m4
===================================================================
--- trunk/php/luasandbox/config.m4      2012-03-14 02:24:14 UTC (rev 113795)
+++ trunk/php/luasandbox/config.m4      2012-03-14 04:00:27 UTC (rev 113796)
@@ -1,6 +1,8 @@
 dnl $Id$
 dnl config.m4 for extension luasandbox
 
+AC_PREREQ(2.50)
+
 PHP_ARG_WITH(luasandbox, for luasandbox support,
 [  --with-luasandbox             Include luasandbox support])
 
@@ -20,10 +22,6 @@
        dnl LUA_LIBS and LUA_CFLAGS interprets them:
        PHP_EVAL_INCLINE($LUA_CFLAGS)
        PHP_EVAL_LIBLINE($LUA_LIBS, LUASANDBOX_SHARED_LIBADD)
-
-       dnl Output results for debugging purposes:
-       AC_MSG_NOTICE(LUA: found LUA_CFLAGS: $LUA_CFLAGS)
-       AC_MSG_NOTICE(LUA: found LUA_LIBS: $LUA_LIBS)
        
        PHP_EVAL_LIBLINE("-lrt", LUASANDBOX_SHARED_LIBADD)
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to