diff options
author | William Wold <[email protected]> | 2020-10-03 12:32:00 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-24 16:49:14 +0200 |
commit | 31c8a1e7293e2e886e405a58498af4f4de70e57c (patch) | |
tree | da7dbc07a493dd6d33cf6067081f117ee3d6c26c | |
parent | 04b9d67a77d9adac12c5ae446f1e7227bb7d60b6 (diff) | |
download | mate-notification-daemon-31c8a1e7293e2e886e405a58498af4f4de70e57c.tar.bz2 mate-notification-daemon-31c8a1e7293e2e886e405a58498af4f4de70e57c.tar.xz |
Don't error if X11 libs not found if X11 not forced on
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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 |