c-icap / c-icap-modules

GNU General Public License v2.0
13 stars 16 forks source link

Fix typos in C code in configure.ac #17

Open rosorio opened 3 months ago

rosorio commented 3 months ago

Fix main prototype by replacing *argv[] by **argvr. Brackets are not properly escaped in configure.ac and generate faulty C code in the final configure, making some test fail.

rosorio commented 3 months ago

Those fixes has to be ported to the c_icap_modules_0_5_x branch