summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-04-22 15:52:12 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-04-22 15:52:12 +0900
commitea9da302f986d506f9fc5e5e1e6d65c5fc1310e3 (patch)
tree988f50cdfceef6615230a3b5f2dd44741c6faf40 /configure.ac
parent88d42fd2240d4265fa7ca656ddd4da1bdeb618fc (diff)
downloadlibgd-ea9da302f986d506f9fc5e5e1e6d65c5fc1310e3.tar.gz
fix typo
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f92f70a..05c90ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,7 +190,7 @@ if test "$with_freetype" = yes; then
AC_DEFINE(HAVE_LIBFREETYPE, 1, [Define if you have the freetype library.])
AC_DEFINE(HAVE_FT2BUILD_H, 1, [Define if you have the ft2build.h header.])
fi
-AM_CONDITIONAL([HAVE_FREETYPE], test "$with_freetype" = yes)
+AM_CONDITIONAL([HAVE_LIBFREETYPE], test "$with_freetype" = yes)
dnl check for libfontconfig by default
AC_ARG_WITH(fontconfig,dnl