~ubuntu-branches/debian/stretch/screen/stretch

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Axel Beckert
  • Date: 2014-07-26 14:05:20 UTC
  • mfrom: (7.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20140726140520-68d50x42gevcjy5e
Tags: 4.2.1-2
* Upload to unstable again
* Enable parallel building

Show diffs side-by-side

added added

removed removed

Lines of Context:
674
674
LIBS="-lncursesw $olibs"
675
675
AC_CHECKING(libncursesw)
676
676
AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
 
677
LIBS="-ltinfow $olibs"
 
678
AC_CHECKING(libtinfow)
 
679
AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
677
680
LIBS="-lncurses $olibs"
678
681
AC_CHECKING(libncurses)
679
682
AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
680
 
AC_MSG_ERROR(!!! no tgetent - no screen)))))))
 
683
LIBS="-ltinfo $olibs"
 
684
AC_CHECKING(libtinfo)
 
685
AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
 
686
AC_MSG_ERROR(!!! no tgetent - no screen)))))))))
681
687
 
682
688
AC_TRY_RUN([
683
689
main()
1265
1271
       AC_MSG_RESULT(no);LIBS="$oldlibs")
1266
1272
fi
1267
1273
 
1268
 
AC_ARG_ENABLE(use_locale, [  --enable-locale         use localized month/day names])
 
1274
AC_ARG_ENABLE(use_locale, [  --enable-use-locale         use localized month/day names])
1269
1275
if test "$enable_use_locale" = "yes"; then
1270
1276
  AC_DEFINE(USE_LOCALE)
1271
1277
fi