summaryrefslogtreecommitdiff
blob: 4527f8710f8396632323d8546ef13212f985dbe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.in
+++ b/configure.in
@@ -52,7 +52,7 @@
 AC_HEADER_STDC
 AC_PATH_XTRA 
 
-if test "x${ac_cv_have_x:0:10}" != "xhave_x=yes"; then
+if test "x$have_x" != "xyes"; then
 	AC_MSG_ERROR([X11 is missing but required.])
 fi