repo.or.cz
/
phpCairo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed the names to match the PECL nomenclature
[phpCairo.git]
/
src
/
cairo
/
config.w32
blob
a3a2734636139d4cd33f01cc6faf3460ef707267
1
// $ Id: $
2
// vim:ft=javascript
3
4
ARG_ENABLE('phpCairo' , 'PHP bindings for Cairo Graphic Library', 'no');
5
if (PHP_PHPCAIRO == "yes") {
6
EXTENSION("phpCairo", "phpCairo.c");
7
AC_DEFINE("HAVE_PHPCAIRO", 1, "phpCairo support");
8
}