changeset 30832:d87406970676

build: Synchronize ghostscript binary names in configure check with .m file usage. * m4/acinclude.m4 (OCTAVE_PROG_GHOSTSCRIPT): Search for the same binary names that are also searched in __print_parse_opts__.m (__ghostscript_binary__).
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 16 Mar 2022 18:45:11 +0100
parents 2d394460429f
children 97504d2edcc7
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Wed Mar 16 18:20:26 2022 +0100
+++ b/m4/acinclude.m4	Wed Mar 16 18:45:11 2022 +0100
@@ -3240,7 +3240,7 @@
 AC_DEFUN([OCTAVE_PROG_GHOSTSCRIPT], [
   case "$canonical_host_type" in
     *-*-mingw* | *-*-msdosmsvc)
-      ac_octave_gs_names="gswin32c gs mgs"
+      ac_octave_gs_names="gs gswin32c gswin64c mgs"
     ;;
     *)
       ac_octave_gs_names="gs"