]> git.mxchange.org Git - flightgear.git/commitdiff
Enable package system API
authorThomas Geymayer <tomgey@gmail.com>
Fri, 13 Jun 2014 14:08:26 +0000 (16:08 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Fri, 13 Jun 2014 14:08:26 +0000 (16:08 +0200)
src/Network/HTTPClient.cxx

index 78419bb100a90e8821a4eb1d7c658f601e3a20c7..b6022881917c4c33d8ce82589f5851c843711011 100644 (file)
@@ -47,7 +47,7 @@ typedef nasal::Ghost<pkg::PackageRef> NasalPackage;
 typedef nasal::Ghost<pkg::CatalogRef> NasalCatalog;
 typedef nasal::Ghost<pkg::InstallRef> NasalInstall;
 
-// #define ENABLE_PACKAGE_SYSTEM 1
+#define ENABLE_PACKAGE_SYSTEM 1
 
 namespace {