]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change in configure.ac
authorPo Lu <luangruo@yahoo.com>
Wed, 13 Apr 2022 03:17:34 +0000 (11:17 +0800)
committerPo 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

index 1e66acf52fe524c107c34d95b7b3cd25186066ae..721cf16684a0a26df2f7af3485d5843de77d2783 100644 (file)
@@ -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}" = "x11"; then
       GTK_REQUIRED=3.10
     else
       GTK_REQUIRED=3.20