~smoser/ubuntu/oneiric/openvpn/lp-794916

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2008-08-16 13:34:24 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080816133424-0i83yb6dw4hjglo1
Tags: 2.1~rc9-3
* debian/rules: run ./configure with path to 'route', for
  those build daemons without 'route'. (Closes: #495082)
* Created NEWS.Debian with info on new option script-security.
  (Closes: #494998)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl             packet encryption, packet authentication, and
5
5
dnl             packet compression.
6
6
dnl
7
 
dnl  Copyright (C) 2002-2008 OpenVPN Solutions LLC <info@openvpn.net>
 
7
dnl  Copyright (C) 2002-2008 Telethra, Inc. <sales@openvpn.net>
8
8
dnl
9
9
dnl  This program is free software; you can redistribute it and/or modify
10
10
dnl  it under the terms of the GNU General Public License as published by
462
462
               getpass strerror syslog openlog mlockall getgrnam setgid dnl
463
463
               setgroups stat flock readv writev setsockopt getsockopt dnl
464
464
               setsid chdir putenv getpeername unlink dnl
465
 
               poll chsize ftruncate sendmsg recvmsg getsockname)
 
465
               poll chsize ftruncate sendmsg recvmsg getsockname dnl
 
466
               execve)
466
467
AC_CACHE_SAVE
467
468
 
468
469
if test "${WIN32}" = "yes"; then