summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-09-10 22:36:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-09-11 00:04:06 (GMT)
commitdca1d8cefde54fa6f23c2963aef61d211fc1d7d0 (patch)
treee44894c936c4d55fed4cde1fc545a325f41154d8 /configure.ac
parentb370370a9e35f9dd2357102b17338d3d93bb62aa (diff)
Fix the compilation when GTK support is enabled.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3501617..65e1d37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -347,7 +347,7 @@ AC_SUBST(DESKTOP_DATADIR)
#--- Checks for GTK 3.0 / GObject 2.0
-R
+
AM_CONDITIONAL([BUILD_GTK_SUPPORT], [test "x$enable_gtk_support" = "xyes"])
if test "x$BUILD_GTK_SUPPORT_TRUE" = "x"; then