summaryrefslogtreecommitdiff
path: root/ext/swf
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-03-27 20:35:04 +0000
committerfoobar <sniper@php.net>2001-03-27 20:35:04 +0000
commit8a26918ed113620828f48989e6a170cd630f6a4e (patch)
tree0fedcc6f4b9f8a6c657305fa96b7d89bcc641787 /ext/swf
parentc713967de336eea5b774b134a4e4023f1b8c946c (diff)
downloadphp-git-8a26918ed113620828f48989e6a170cd630f6a4e.tar.gz
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
# Heads up people! I tested this before committing but you never know..
Diffstat (limited to 'ext/swf')
-rw-r--r--ext/swf/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/swf/config.m4 b/ext/swf/config.m4
index 25809a4822..b05221bb60 100644
--- a/ext/swf/config.m4
+++ b/ext/swf/config.m4
@@ -24,10 +24,10 @@ if test "$PHP_SWF" != "no"; then
libswf.a should be in <swf-dir>/lib)
fi
- AC_ADD_INCLUDE($SWF_DIR/include)
+ PHP_ADD_INCLUDE($SWF_DIR/include)
PHP_SUBST(SWF_SHARED_LIBADD)
- AC_ADD_LIBRARY_WITH_PATH(swf, $SWF_DIR/lib, SWF_SHARED_LIBADD)
+ PHP_ADD_LIBRARY_WITH_PATH(swf, $SWF_DIR/lib, SWF_SHARED_LIBADD)
AC_DEFINE(HAVE_SWF,1,[ ])
PHP_EXTENSION(swf, $ext_shared)