projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad88e44
)
If GD library is available, define HAVE_GD as 1 or
author
handa
<handa>
Tue, 17 Jan 2006 07:12:55 +0000
(07:12 +0000)
committer
handa
<handa>
Tue, 17 Jan 2006 07:12:55 +0000
(07:12 +0000)
2 in CONFIG_FLAGS.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
0384285
..
143e6fe
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-282,7
+282,7
@@
if test "x$with_gd" != "xno"; then
[Define to 1 or 2 if you have gd library and header file.])
M17N_EXT_LIBS="$M17N_EXT_LIBS gdlib"
GD_LD_FLAGS=-lgd
- CONFIG_FLAGS="$CONFIG_FLAGS -DHAVE_GD"
+ CONFIG_FLAGS="$CONFIG_FLAGS -DHAVE_GD=$HAVE_GD"
fi
LIBS="$save_LIBS"
fi