diff options
author | foobar <sniper@php.net> | 2002-10-12 02:50:16 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-10-12 02:50:16 +0000 |
commit | ac950497a6eebc90062cce6f8cc7b9080ecc09bd (patch) | |
tree | c977e4a1a1a5ba81e5dd407dd40885f4af728e91 /sapi | |
parent | 258aa4d239398226073d98100ba227343221c59a (diff) | |
download | php-git-ac950497a6eebc90062cce6f8cc7b9080ecc09bd.tar.gz |
Fix typo
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/embed/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/embed/config.m4 b/sapi/embed/config.m4 index fe14c74bdd..28df88d844 100644 --- a/sapi/embed/config.m4 +++ b/sapi/embed/config.m4 @@ -22,7 +22,7 @@ AC_ARG_ENABLE(embed, ;; esac ],[ - PHP_EMBED=no + PHP_EMBED_TYPE=no ]) AC_MSG_RESULT($PHP_EMBED_TYPE) |