From 4252c351f351a1b593c340aab75babfd4351d287 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Mon, 30 Aug 2004 03:21:17 +0000 Subject: [PATCH] * configure.in: Actually properly setup the Debian backend in configure. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@106 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 6 ++++++ configure.in | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 645e427384..19c9361fc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-29 Seth Nickell + + * configure.in: + + Actually properly setup the Debian backend in configure. + 2004-08-29 Colin Walters * test/nminfotest.c: Include string.h and stdlib.h. diff --git a/configure.in b/configure.in index ee7edbbaa3..d5bf5e82cc 100644 --- a/configure.in +++ b/configure.in @@ -48,6 +48,10 @@ else TARGET_DISTRO=Gentoo SYSTEM_BACKEND_FILE=NetworkManagerGentoo.o ;; + debian) + TARGET_DISTRO=Debian + SYSTEM_BACKEND_FILE=NetworkManagerDebian.o + ;; *) echo "Your distribution(${with_distro}) is not yet supported! (patches welcome)" exit 1