diff options
Diffstat (limited to 'ext/bcmath/setup.stub')
-rw-r--r-- | ext/bcmath/setup.stub | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/bcmath/setup.stub b/ext/bcmath/setup.stub new file mode 100644 index 0000000000..c1cf263ef5 --- /dev/null +++ b/ext/bcmath/setup.stub @@ -0,0 +1,6 @@ +# $Source$ +# $Id$ + +define_option enable-bcmath 'Enable bc style precision math functions' yesno \ + yes \ +' Enables bc style arbitrary precision math functions.' |