Index: trunk/php/luasandbox/config.m4 |
— | — | @@ -4,12 +4,6 @@ |
5 | 5 | PHP_ARG_WITH(luasandbox, for luasandbox support, |
6 | 6 | [ --with-luasandbox Include luasandbox support]) |
7 | 7 | |
8 | | -dnl TODO: make this find either lua or luajit as it is installed in various |
9 | | -dnl distros. Make a define available to C to indicate luajit is available |
10 | | -dnl as opposed to lua. Maybe use pkgconfig since the library file is in an |
11 | | -dnl odd place. Allow the user to specify the include directory manually. |
12 | | -dnl -- TS |
13 | | - |
14 | 8 | if test "$PHP_LUASANDBOX" != "no"; then |
15 | 9 | dnl Include pkg-config macros definitions: |
16 | 10 | m4_include([m4/pkg.m4]) |