diff options
author | foobar <sniper@php.net> | 2001-03-27 20:35:04 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-03-27 20:35:04 +0000 |
commit | 8a26918ed113620828f48989e6a170cd630f6a4e (patch) | |
tree | 0fedcc6f4b9f8a6c657305fa96b7d89bcc641787 /ext/pspell/config.m4 | |
parent | c713967de336eea5b774b134a4e4023f1b8c946c (diff) | |
download | php-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/pspell/config.m4')
-rw-r--r-- | ext/pspell/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pspell/config.m4 b/ext/pspell/config.m4 index a6c8643896..b1efe640ef 100644 --- a/ext/pspell/config.m4 +++ b/ext/pspell/config.m4 @@ -23,6 +23,6 @@ if test "$PHP_PSPELL" != "no"; then AC_DEFINE(HAVE_PSPELL,1,[ ]) PHP_SUBST(PSPELL_SHARED_LIBADD) - AC_ADD_LIBRARY_WITH_PATH(pspell, $PSPELL_LIBDIR, PSPELL_SHARED_LIBADD) - AC_ADD_INCLUDE($PSPELL_INCDIR) + PHP_ADD_LIBRARY_WITH_PATH(pspell, $PSPELL_LIBDIR, PSPELL_SHARED_LIBADD) + PHP_ADD_INCLUDE($PSPELL_INCDIR) fi |