summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2009-10-30 20:00:01 +0000
committerKim Woelders <kim@woelders.dk>2009-10-30 20:00:01 +0000
commitc84c09c31ea9120a4018adb446574a9558dbc27c (patch)
tree40081a7625eec7cf894557f366485f7d2fa55659
parentd0d1a486725eb9431b29b55c6565bd4213417ce2 (diff)
downloadimlib2-c84c09c31ea9120a4018adb446574a9558dbc27c.tar.gz
Remove incorrect test for X11/X.h.
SVN revision: 43355
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index d29e389..666acf2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,11 +114,6 @@ freetype_cflags=`$FREETYPE_CONFIG --cflags`
freetype_libs=`$FREETYPE_CONFIG --libs`
AC_PATH_X
-if test "x$have_x" != "xdisabled"; then
- AC_CHECK_HEADER(X11/X.h,
- [ have_x="yes" ],
- [ have_x="no" ])
-fi
if test "x$have_x" = "xno"; then
# If --without-x was passed, this will be "disabled" instead of "no" --