diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4feaaa4c..debe5d09 100644 --- a/configure.ac +++ b/configure.ac @@ -223,8 +223,6 @@ AM_CONDITIONAL(ENABLE_X11, [test "x$have_x11" = "xyes"]) if test "x$have_x11" = "xyes"; then AC_DEFINE(HAVE_X11, 1, [Have the X11 development library]) -else - AC_MSG_ERROR([No support yet for non-X11 builds]) fi if test "x$have_x11" != "xyes" -a "x$have_wayland" != "xyes"; then |