blob: 58e0b789c6d5f28ee0d853cd027825f0e0bf12d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $Source$
# $Id$
define_option with-sybase 'Sybase support?' yesnodir \
'no /home/sybase Sybase install' \
' Whether to build PHP with Sybase support (DBLib only).\n
More info about Sybase can be found at http://www.sybase.com/.'
define_option with-sybase-ct 'Sybase-CT support?' yesnodir \
'no /home/sybase Sybase-CT install' \
' Whether to build PHP with Sybase-CT support.'
|