From 48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4 Mon Sep 17 00:00:00 2001 From: Gaspar Fernandez Date: Fri, 12 Aug 2016 02:01:12 +0200 Subject: Version 0.4d --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index cc4c5c7..45dd909 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -15,6 +15,9 @@ /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD +/* Define to 1 if you have the `X11' library (-lX11). */ +#undef HAVE_LIBX11 + /* Define to 1 if you have the `Xext' library (-lXext). */ #undef HAVE_LIBXEXT -- cgit v1.2.1