blob: e4019461bc6bb6f394579293ee6e45b917240959 (
plain)
1
2
3
4
5
6
7
8
|
# $Source$
# $Id$
define_option with-pgsql 'PostgreSQL support?' yesnodir \
'no /usr/local/pgsql PostgreSQL base install' \
' Whether to build PHP with PostgreSQL support.\n
More info about PostgreSQL can be found at\n
http://www.postgreSQL.org/.'
|