From ac950497a6eebc90062cce6f8cc7b9080ecc09bd Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 12 Oct 2002 02:50:16 +0000 Subject: [PATCH] Fix typo --- sapi/embed/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/embed/config.m4 b/sapi/embed/config.m4 index fe14c74bdd4..28df88d8443 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)