Skip to content

Commit

Permalink
Mark when X11 is not found via pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Jan 15, 2022
1 parent e8a55e2 commit 76f12be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ AS_IF([ test "x$with_x" != xno -a "x$no_x" != x ],
CPPFLAGS="$CPPFLAGS $X11_CFLAGS"
]
)
],
[
dnl no x11 via pkg-config either
]
)
]
Expand Down

0 comments on commit 76f12be

Please # to comment.