Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-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