[gnome-builder/wip/gtk4-port: 195/736] plugins/autotools: dedazzle




commit b186b349f91f91df0504ab2f8bff108ee8e472b7
Author: Christian Hergert <chergert redhat com>
Date:   Tue Mar 29 17:46:24 2022 -0700

    plugins/autotools: dedazzle

 src/plugins/autotools/ide-autotools-make-stage.c     | 2 +-
 src/plugins/autotools/ide-autotools-pipeline-addin.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/autotools/ide-autotools-make-stage.c 
b/src/plugins/autotools/ide-autotools-make-stage.c
index 139be69a7..b826fe45e 100644
--- a/src/plugins/autotools/ide-autotools-make-stage.c
+++ b/src/plugins/autotools/ide-autotools-make-stage.c
@@ -138,7 +138,7 @@ create_launcher (IdeAutotoolsMakeStage  *self,
    * we can parse the directory changes (Entering directory foo). Otherwise,
    * we can't really give users diagnostics that are in the proper directory.
    */
-  if (dzl_str_equal0 ("all", make_target))
+  if (ide_str_equal0 ("all", make_target))
     {
       ide_subprocess_launcher_setenv (launcher, "LANG", "C.UTF-8", TRUE);
       ide_subprocess_launcher_setenv (launcher, "LC_ALL", "C.UTF-8", TRUE);
diff --git a/src/plugins/autotools/ide-autotools-pipeline-addin.c 
b/src/plugins/autotools/ide-autotools-pipeline-addin.c
index f1e8a3e68..a38602d85 100644
--- a/src/plugins/autotools/ide-autotools-pipeline-addin.c
+++ b/src/plugins/autotools/ide-autotools-pipeline-addin.c
@@ -273,7 +273,7 @@ register_configure_stage (IdeAutotoolsPipelineAddin  *self,
       ide_subprocess_launcher_push_argv (launcher, prefix_arg);
     }
 
-  if (!dzl_str_empty0 (config_opts))
+  if (!ide_str_empty0 (config_opts))
     {
       g_auto(GStrv) argv = NULL;
       gint argc = 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]