projects
/
dockapps
/
hvclock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d18e99a
)
Replace XOpenDisplay with XSetWMHints in X11 AC_CHECK_LIB
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 29 Mar 2020 22:49:04 +0000
(18:49 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 29 Mar 2020 22:49:04 +0000
(18:49 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
85b50b0
..
a5d7f97
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-30,7
+30,7
@@
CFLAGS="${CFLAGS} ${X_CFLAGS}"
LIBS="${LIBS} ${X_PRE_LIBS} ${X_LIBS} ${X_EXTRA_LIBS}"
dnl Checking for X11 library.
-AC_CHECK_LIB(X11, X
OpenDisplay
, LIBS="${LIBS} -lX11",
+AC_CHECK_LIB(X11, X
SetWMHints
, LIBS="${LIBS} -lX11",
echo "Can't find X11 library" ; exit 1, "${X_LIBS}")
dnl --with-gtk3 option