]> git.ipfire.org Git - thirdparty/HylaFAX.git/commit
Fix configure main functions argv argument type master
authorPatrice Fournier <patrice.fournier@ifax.com>
Mon, 5 Aug 2024 18:48:55 +0000 (14:48 -0400)
committerPatrice Fournier <patrice.fournier@ifax.com>
Mon, 5 Aug 2024 19:01:12 +0000 (15:01 -0400)
commit28ad6df49f32da10bba6cd1b9611f051d22b7aa2
tree6405960ac2d418723bdcd55407e33db028b48221
parent57690d3357b6753d5e40e1f7b4593ef4c9910606
Fix configure main functions argv argument type

argv is a pointer to an array of character strings, not a pointer to a single
character string. Some compilers do not like incorrect arguments for
main().

Based on patch for older configure script by Giuseppe Sacco <eppesuig@debian.org>.
configure