source: trunk/server/common/oursrc/php_scripts/php_scripts-config.m4 @ 2719

Last change on this file since 2719 was 2076, checked in by andersk, 12 years ago
Delete svn:mergeinfo from all active branches except at . and locker Now that our branches are all synchronized, I’m pretty sure it’s safe to delete these confusing extra svn:mergeinfo properties. In the future, please don’t do any merges that aren’t at one of the canonical roots.
File size: 292 bytes
Line 
1PHP_ARG_ENABLE(scripts, whether to enable scripts.mit.edu support,
2[ --enable-scripts   Enable scripts.mit.edu support])
3
4if test "$PHP_SCRIPTS" != "no"; then
5  AC_DEFINE(HAVE_SCRIPTS, 1, [Whether you have scripts.mit.edu support])
6  PHP_NEW_EXTENSION(scripts, php_scripts.c, $ext_shared)
7fi
Note: See TracBrowser for help on using the repository browser.