From 65bfec39f280b87f449b1f8cea7075a73945b765 Mon Sep 17 00:00:00 2001 From: Josh Pelkey Date: Wed, 27 Apr 2011 10:16:08 -0400 Subject: [PATCH] check additional directory for nsc library --- src/internet/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internet/wscript b/src/internet/wscript index 7649c59b5..54ffed463 100644 --- a/src/internet/wscript +++ b/src/internet/wscript @@ -74,7 +74,7 @@ def configure(conf): lib_to_check = 'liblinux2.6.26.so' found = False - for path in ['.', 'lib', 'lib64']: + for path in ['.', 'lib', 'lib64', 'linux-2.6.26']: if os.path.exists(os.path.join(conf.env['WITH_NSC'], path, lib_to_check)): # append the NSC kernel dir to the module path so that this dir # will end up in the LD_LIBRARY_PATH, thus allowing the NSC NS-3