pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

Fix error for configure #24

Closed eribertomota closed 6 years ago

eribertomota commented 6 years ago

This pull request fix the following message when running the 'configure' command:

checking for initscr in -lcurses... ./configure: line 3115: ac_fn_c_try_link: command not found
no

Thanks!