From b76a97ad03dcdd03923bd05a97fac81aef16bb96 Mon Sep 17 00:00:00 2001 From: Alfonso Gregory <83477269+AtariDreams@users.noreply.github.com> Date: Sat, 4 Sep 2021 11:50:13 -0400 Subject: [PATCH] Removed last remnants of CUPS_REVISION, since it is not used anymore --- configure | 4 ++-- doc/da/index.html.in | 2 +- doc/de/index.html.in | 2 +- doc/es/index.html.in | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 73afebe1b2..43bcf2daa2 100755 --- a/configure +++ b/configure @@ -6848,8 +6848,8 @@ printf "%s\n" "#define HAVE_DBUS_MESSAGE_ITER_INIT_APPEND 1" >>confdefs.h fi - ac_fn_c_check_func "$LINENO" "dbus_threads_init" "ac_cv_func_dbus_threads_init" -if test "x$ac_cv_func_dbus_threads_init" = xyes + ac_fn_c_check_func "$LINENO" "dbus_threads_init_default" "ac_cv_func_dbus_threads_init_default" +if test "x$ac_cv_func_dbus_threads_init_default" = xyes then : diff --git a/doc/da/index.html.in b/doc/da/index.html.in index 1dd0854b3a..bdc83b949a 100644 --- a/doc/da/index.html.in +++ b/doc/da/index.html.in @@ -7,7 +7,7 @@ - Hjem - CUPS @CUPS_VERSION@@CUPS_REVISION@ + Hjem - CUPS @CUPS_VERSION@
diff --git a/doc/de/index.html.in b/doc/de/index.html.in index ff3a0dd4e9..30f7d288e3 100644 --- a/doc/de/index.html.in +++ b/doc/de/index.html.in @@ -7,7 +7,7 @@ - Startseite - CUPS @CUPS_VERSION@@CUPS_REVISION@ + Startseite - CUPS @CUPS_VERSION@/title> </head> <body> <div class="header"> diff --git a/doc/es/index.html.in b/doc/es/index.html.in index 387e581d0b..09eb64ce5f 100644 --- a/doc/es/index.html.in +++ b/doc/es/index.html.in @@ -7,7 +7,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=9"> <meta name="viewport" content="width=device-width"> - <title>Inicio - CUPS @CUPS_VERSION@@CUPS_REVISION@ + Inicio - CUPS @CUPS_VERSION@
-- 2.47.2