~ubuntu-branches/ubuntu/oneiric/knetworkmanager/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/kubuntu_08_ppp_support.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-07-14 14:05:44 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080714140544-yjhxgrdwartk3kx7
Tags: 1:0.7svn830754-0ubuntu1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' knetworkmanager-0.2.2/knetworkmanager/configure.in.in knetworkmanager-0.2.2.new/knetworkmanager/configure.in.in
2
 
--- knetworkmanager-0.2.2/knetworkmanager/configure.in.in       2008-04-03 17:11:12.000000000 +0200
3
 
+++ knetworkmanager-0.2.2.new/knetworkmanager/configure.in.in   2008-04-06 15:34:47.000000000 +0200
4
 
@@ -84,7 +84,7 @@
5
 
 LIBS=$safe_LIBS
6
 
 AC_LANG_RESTORE
7
 
 
8
 
-AC_ARG_WITH(distro, AC_HELP_STRING([--with-distro=DISTRO], [Specify the Linux distribution to target: suse, gentoo, fedora]))
9
 
+AC_ARG_WITH(distro, AC_HELP_STRING([--with-distro=DISTRO], [Specify the Linux distribution to target: suse, gentoo, fedora, ubuntu]))
10
 
 if test "x$with_distro" = "x"; then
11
 
        AC_CHECK_FILE(/etc/SuSE-release,with_distro="suse")
12
 
        AC_CHECK_FILE(/etc/gentoo-release,with_distro="gentoo")
13
 
@@ -119,6 +119,11 @@
14
 
                                        "kdesu --nonewdcop /usr/bin/kppp",
15
 
                                        [Command to launch dial up configuration tool])
16
 
                                ;; 
17
 
+                       ubuntu)
18
 
+                               AC_DEFINE_UNQUOTED(KNETWORKMANAGER_DIALUP_CONFIG,
19
 
+                                       "kdesu --nonewdcop /usr/bin/kppp",
20
 
+                                       [Command to launch dial up configuration tool])
21
 
+                               ;; 
22
 
                        *)
23
 
                                echo "Your distribution (${with_distro}) is not yet supported (e.g. you will not be able to launch a tool to configure dial-up connections.)"
24
 
                                ;;