Skip to content

Commit

Permalink
Look for modules to support -lSM -lICE
Browse files Browse the repository at this point in the history
Because these are listed in `$X_PRE_LIBS`.
  • Loading branch information
zmughal committed Oct 24, 2021
1 parent cb24e4a commit 33407a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ AS_IF([ test "x$no_x" = "x"],
CPPFLAGS="$CPPFLAGS $X11_CFLAGS"
PKG_CHECK_MODULES(
[XT],
[xt],
dnl have sm and ice listed here so that contents of $X_PRE_LIBS
dnl can be found
[sm ice xt],
[have_xt=yes
PKG_CONFIG_REQUIRES="${PKG_CONFIG_REQUIRES}[,]xt"
X_LIBS="$X_LIBS $XT_LIBS"
Expand Down

0 comments on commit 33407a4

Please # to comment.