/[weechat]/weechat/configure.in
ViewVC logotype

Diff of /weechat/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by flashcode, Mon Oct 17 10:36:09 2005 UTC revision 1.72 by flashcode, Fri Oct 21 13:59:56 2005 UTC
# Line 34  ALL_LINGUAS="fr es cs" Line 34  ALL_LINGUAS="fr es cs"
34  AM_GNU_GETTEXT  AM_GNU_GETTEXT
35    
36  # Checks for libraries  # Checks for libraries
37  AC_CHECK_LIB(ncurses, initscr, LIBNCURSES_FOUND=1, LIBNCURSES_FOUND=0)  AC_CHECK_LIB(ncursesw, initscr, LIBNCURSES_FOUND=1, LIBNCURSES_FOUND=0)
38    
39  # Checks for header files  # Checks for header files
40  AC_HEADER_STDC  AC_HEADER_STDC
# Line 105  AM_CONDITIONAL(HAVE_GNUTLS,   test "$ena Line 105  AM_CONDITIONAL(HAVE_GNUTLS,   test "$ena
105  if test "x$enable_ncurses" = "xyes" ; then  if test "x$enable_ncurses" = "xyes" ; then
106      if test "$LIBNCURSES_FOUND" = "0" ; then      if test "$LIBNCURSES_FOUND" = "0" ; then
107          AC_MSG_ERROR([          AC_MSG_ERROR([
108  *** ncurses library not found!  *** ncursesw library not found!
109  *** Please install ncurses library or run ./configure with --disable-ncurses parameter.])  *** Please install ncurses library or run ./configure with --disable-ncurses parameter.])
110      fi      fi
111      NCURSES_LIBS="-lncurses"      NCURSES_LIBS="-lncursesw"
112      AC_SUBST(NCURSES_LIBS)      AC_SUBST(NCURSES_LIBS)
113  fi  fi
114    

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26