~ubuntu-branches/ubuntu/saucy/gnutls26/saucy-security

« back to all changes in this revision

Viewing changes to gl/m4/getline.m4

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-03-07 12:47:58 UTC
  • mfrom: (12.4.33 experimental)
  • Revision ID: package-import@ubuntu.com-20130307124758-wlp31d99bw5hi0tv
Tags: 2.12.23-1ubuntu1
* Merge from debian-experimental, remaining changes:
  - Build gnutls-bin from this source package rather than from gnutls28:
    gnutls28's licensing is currently too strict for many of the free
    software packages built against it in Ubuntu main and we only want to
    support a single version.  Bump its version to achieve this.
* Drop gnulib-gets.diff: upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# getline.m4 serial 25
 
1
# getline.m4 serial 26
2
2
 
3
3
dnl Copyright (C) 1998-2003, 2005-2007, 2009-2012 Free Software Foundation,
4
4
dnl Inc.
70
70
 #endif
71
71
#endif
72
72
         ],
73
 
         [am_cv_func_working_getline=yes],
74
 
         [am_cv_func_working_getline=no])]
 
73
         [am_cv_func_working_getline="guessing yes"],
 
74
         [am_cv_func_working_getline="guessing no"])]
75
75
    )])
76
76
  fi
77
77
 
79
79
    HAVE_DECL_GETLINE=0
80
80
  fi
81
81
 
82
 
  if test $am_cv_func_working_getline = no; then
83
 
    dnl Set REPLACE_GETLINE always: Even if we have not found the broken
84
 
    dnl getline function among $LIBS, it may exist in libinet and the
85
 
    dnl executable may be linked with -linet.
86
 
    REPLACE_GETLINE=1
87
 
  fi
 
82
  case "$am_cv_func_working_getline" in
 
83
    *no)
 
84
      dnl Set REPLACE_GETLINE always: Even if we have not found the broken
 
85
      dnl getline function among $LIBS, it may exist in libinet and the
 
86
      dnl executable may be linked with -linet.
 
87
      REPLACE_GETLINE=1
 
88
      ;;
 
89
  esac
88
90
])
89
91
 
90
92
# Prerequisites of lib/getline.c.