You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
273 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -32,7 +32,7 @@ PKG_CHECK_MODULES([NCURSESW], [ncursesw]
  4. AS_IF([test "x$has_ncursesw" = "xyes"], [
  5. AC_SUBST([NCURSESW_CFLAGS])
  6. AC_SUBST([NCURSESW_LIBS])
  7. - LIBS="$LIBS $NCURSESW_LIBS"
  8. + LIBS="$LIBS"
  9. AC_SUBST([LIBS])
  10. ])