From 31c8a1e7293e2e886e405a58498af4f4de70e57c Mon Sep 17 00:00:00 2001 From: William Wold Date: Sat, 3 Oct 2020 12:32:00 -0700 Subject: Don't error if X11 libs not found if X11 not forced on --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5566ced..6d3e4e0 100644 --- a/configure.ac +++ b/configure.ac @@ -176,7 +176,6 @@ if test "x$enable_x11" != "xno"; then NOTIFICATION_DAEMON_CFLAGS="$NOTIFICATION_DAEMON_CFLAGS $NOTIFICATION_DAEMON_X11_CFLAGS" NOTIFICATION_DAEMON_LIBS="$NOTIFICATION_DAEMON_LIBS $NOTIFICATION_DAEMON_X11_LIBS" ], [ - AC_MSG_ERROR([Did not find X11]) if test "x$enable_x11" = "xyes"; then AC_MSG_ERROR([X development libraries not found]) fi -- cgit v1.2.1