projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91cbdf
)
Fix last change in configure.ac
author
Po Lu
<luangruo@yahoo.com>
Wed, 13 Apr 2022 03:17:34 +0000
(11:17 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 13 Apr 2022 03:18:00 +0000
(11:18 +0800)
* configure.ac: Test window system against "x11", not "x".
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1e66acf52fe524c107c34d95b7b3cd25186066ae..721cf16684a0a26df2f7af3485d5843de77d2783 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2797,7
+2797,7
@@
gtk3_pkg_errors=
if test "${opsys}" != "mingw32"; then
if test "${with_gtk3}" = "yes" || test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
GLIB_REQUIRED=2.37.5
- if test "${window_system}" = "x"; then
+ if test "${window_system}" = "x
11
"; then
GTK_REQUIRED=3.10
else
GTK_REQUIRED=3.20