X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c6e8074f628eb380883dd3b0cbdc60eb7ef6d0f5..fc5aece9d8600b68cf8d654b379b6d840f2a5524:/apt-pkg/init.cc diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index db75e6166..f4b816c0b 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: init.cc,v 1.19 2002/11/11 07:00:16 doogie Exp $ +// $Id: init.cc,v 1.21 2004/02/27 00:46:44 mdz Exp $ /* ###################################################################### Init - Initialize the package library @@ -94,11 +94,13 @@ bool pkgInitConfig(Configuration &Cnf) if (Cnf.FindB("Debug::pkgInitConfig",false) == true) Cnf.Dump(); +#ifdef APT_DOMAIN if (Cnf.Exists("Dir::Locale")) { bindtextdomain(APT_DOMAIN,Cnf.FindDir("Dir::Locale").c_str()); bindtextdomain(textdomain(0),Cnf.FindDir("Dir::Locale").c_str()); } +#endif return true; } @@ -130,7 +132,7 @@ bool pkgInitSystem(Configuration &Cnf,pkgSystem *&Sys) } if (Sys == 0) - return _error->Error(_("Unable to determine a suitable system type")); + return _error->Error(_("Unable to determine a suitable packaging system type")); } return Sys->Initialize(Cnf);