From 6582d8b4f99e2edc26dcd9b9486e2f3d690ebfcf Mon Sep 17 00:00:00 2001 From: "kmcclusk%netscape.com" Date: Wed, 7 Oct 1998 22:54:48 +0000 Subject: [PATCH] Changed the name of the netlib.so to libnetlib.so to correctly match the file that is built under unix. This makes the viewer run again. git-svn-id: svn://10.0.0.236/trunk@12233 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/tests/viewer/nsSetupRegistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webshell/tests/viewer/nsSetupRegistry.cpp b/mozilla/webshell/tests/viewer/nsSetupRegistry.cpp index 2e45f9fbf46..be8bb617fa8 100644 --- a/mozilla/webshell/tests/viewer/nsSetupRegistry.cpp +++ b/mozilla/webshell/tests/viewer/nsSetupRegistry.cpp @@ -64,7 +64,7 @@ #define PARSER_DLL "libraptorhtmlpars.so" #define DOM_DLL "libjsdom.so" #define LAYOUT_DLL "libraptorhtml.so" -#define NETLIB_DLL "netlib.so" +#define NETLIB_DLL "libnetlib.so" #endif #endif