From ceb597ea1a4109b847d434a6d868941b90c2e95d Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Tue, 21 Jan 2003 02:46:07 +0000 Subject: [PATCH] Added missing warning about experimental nature of sapi/embed. --- sapi/embed/EXPERIMENTAL | 5 +++++ sapi/embed/config.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 sapi/embed/EXPERIMENTAL diff --git a/sapi/embed/EXPERIMENTAL b/sapi/embed/EXPERIMENTAL new file mode 100644 index 0000000000..293159a693 --- /dev/null +++ b/sapi/embed/EXPERIMENTAL @@ -0,0 +1,5 @@ +this module is experimental, +its functions may change their names +or move to extension all together +so do not rely to much on them +you have been warned! diff --git a/sapi/embed/config.m4 b/sapi/embed/config.m4 index 38cbc5d287..80fed48d00 100644 --- a/sapi/embed/config.m4 +++ b/sapi/embed/config.m4 @@ -5,7 +5,7 @@ dnl AC_MSG_CHECKING(for embedded SAPI library support) AC_ARG_ENABLE(embed, -[ --enable-embed[=TYPE] Enable building of embedded SAPI library +[ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI library TYPE is either 'shared' or 'static'. [TYPE=shared]], [ case $enableval in -- 2.50.1