diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ if [ ${dotest} -eq 1 ]; then fi if [ -f "${srcdir}/build/src/php/test.php" ]; then - php ${srcdir}/build/src/php/test.php + php -d enable_dl=On -dextension=./build/src/php/kolabformat.so build/src/php/test.php fi if [ -f "${srcdir}/build/src/python/test.py" ]; then |