Skip to content

Commit

Permalink
waddnwstr fix for abishekvashok#161
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyperTHC committed Sep 11, 2023
1 parent ac78ef9 commit f3c054c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AC_PROG_MAKE_SET

dnl Checks for libraries.
dnl Replace `main' with a function in -lncurses:
AC_CHECK_LIB(ncurses, main)
AC_CHECK_LIB(ncursesw, waddnwstr)

dnl Checks for header files.
AC_HEADER_STDC
Expand Down

0 comments on commit f3c054c

Please sign in to comment.