From f9f82960d9a5cc7ab1bb0e6f5d24786927ca3da2 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 21 Apr 1999 23:28:00 +0000 Subject: moved bcmath --- ext/bcmath/setup.stub | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ext/bcmath/setup.stub (limited to 'ext/bcmath/setup.stub') 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.' -- cgit v1.2.1