diff options
author | Sterling Hughes <sterling@php.net> | 2000-04-30 23:57:20 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-04-30 23:57:20 +0000 |
commit | 1191f6bf7c46cce3cdb3afae263e08840a7b9518 (patch) | |
tree | 33b43eeb28307097ce8b0d7425a37555ecda3da1 /ext/swf | |
parent | b93e5ecbe04fe03cc99a1cf65dc2ad3c1bc96f5d (diff) | |
download | php-git-1191f6bf7c46cce3cdb3afae263e08840a7b9518.tar.gz |
Allow the SWF module to compile as a dl.
Diffstat (limited to 'ext/swf')
-rw-r--r-- | ext/swf/php_swf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/swf/php_swf.h b/ext/swf/php_swf.h index 723e63896d..f43dc8ef6e 100644 --- a/ext/swf/php_swf.h +++ b/ext/swf/php_swf.h @@ -21,6 +21,10 @@ #ifndef _PHP_SWF_H #define _PHP_SWF_H +#if COMPILE_DL +#undef HAVE_SWF +#define HAVE_SWF 1 +#endif #if HAVE_SWF |