Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiosdj@gmail.com>2009-11-23 22:20:51 (GMT)
committer Sergio Durigan Junior <sergiosdj@gmail.com>2009-11-23 22:20:51 (GMT)
commit84f3e16f33479227cf3b30b33ff8eb9026067eea (patch)
tree1ae9e4a993fa669433db6faff1c43f8a90e939ae
parentc0aabaec8d9de414119fd1a43e754feb5a880103 (diff)
configure.in now defines HAVE_LIBCOLORBLIND (bug).mo827-gcompris-sergio
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4233af1..2cec7bf 100644
--- a/configure.in
+++ b/configure.in
@@ -233,7 +233,7 @@ dnl Checking for the presence of the colorblind library.
AC_CHECK_LIB(colorblind, colorblind_create, COLORBLIND_LIBS=-lcolorblind, have_colorblind=no)
if test "x$COLORBLIND_LIBS" != "x" ; then
AC_CHECK_HEADERS([colorblind.h], have_colorblind=yes, have_colorblind=no)
-dnl AC_DEFINE(HAVE_LIBCOLORBLIND, 1, [The colorblind library is present.])
+ AC_DEFINE(HAVE_LIBCOLORBLIND, 1, [The colorblind library is present.])
fi
dnl WIN32 Specifics