This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Clean template for phpize "config.m4"
tags/v0.99.beta17
Nicolas Vion
nico
16 years ago
parent
c405f3505d
commit
050853ab14
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca-php/config.m4
+ 1
- 1
caca-php/config.m4
View File
@@ -9,7 +9,7 @@ if test "$PHP_CACA" = "yes"; then
])
AC_CHECK_LIB(gd, gdImageSetPixel, [
PHP_ADD_LIBRARY(gd,, CACA_SHARED_LIBADD)
dnl
PHP_ADD_LIBRARY(gd,, CACA_SHARED_LIBADD)
AC_DEFINE(HAVE_GD, 1, [Wheter you have development files of gd])
])
Write
Preview
Loading…
Cancel
Save