blob: d49e64d13a340af10ca9e065c70317c0f796302d (
plain)
1
2
3
4
5
6
7
8
9
|
# $Source$
# $Id$
define_option with-oracle 'Oracle support?' yesnodir \
"no $oradir Oracle home" \
' Whether to build PHP with Oracle support. Has been confirmed to\n
work with Oracle versions 7.0 to 7.3. If you have not set up your\n
Oracle environment, enter what $ORACLE_HOME is usually set to here.\n
More info about Oracle can be found at http://www.oracle.com/.'
|