diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-19 21:02:54 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-19 21:02:54 +0000 |
commit | 4d2b0715d1d7ffa71b82c07bc8349047cae6c764 (patch) | |
tree | 3187ccd15d63318fb554161cd4c5201a21ca732c /Zend/configure.in | |
parent | b4b39c68862ed0be4e1614d3fcdd149687950afc (diff) | |
download | php-git-4d2b0715d1d7ffa71b82c07bc8349047cae6c764.tar.gz |
libzend -> Zend
Diffstat (limited to 'Zend/configure.in')
-rw-r--r-- | Zend/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/configure.in b/Zend/configure.in index 411659dfbd..50ead57d93 100644 --- a/Zend/configure.in +++ b/Zend/configure.in @@ -14,7 +14,7 @@ ZEND_VERSION=$VERSION dnl We want this one before the checks, so the checks can modify CFLAGS. test -z "$CFLAGS" && auto_cflags=1 -sinclude(libzend.m4) +sinclude(Zend.m4) LIBZEND_BASIC_CHECKS |