Index: trunk/php/luasandbox/config.m4 |
— | — | @@ -1,6 +1,8 @@ |
2 | 2 | dnl $Id$ |
3 | 3 | dnl config.m4 for extension luasandbox |
4 | 4 | |
| 5 | +AC_PREREQ(2.50) |
| 6 | + |
5 | 7 | PHP_ARG_WITH(luasandbox, for luasandbox support, |
6 | 8 | [ --with-luasandbox Include luasandbox support]) |
7 | 9 | |
— | — | @@ -20,10 +22,6 @@ |
21 | 23 | dnl LUA_LIBS and LUA_CFLAGS interprets them: |
22 | 24 | PHP_EVAL_INCLINE($LUA_CFLAGS) |
23 | 25 | 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) |
28 | 26 | |
29 | 27 | PHP_EVAL_LIBLINE("-lrt", LUASANDBOX_SHARED_LIBADD) |
30 | 28 | |