Closed Bug 153164 Opened 22 years ago Closed 22 years ago

embed base library include in XPCOM_GLUE_LIBS

Categories

(SeaMonkey :: Build Config, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dougt, Assigned: dougt)

Details

This is wrong and needs to be fixed:

Index: configure.in
===================================================================
RCS file: /cvsroot/mozilla/configure.in,v
retrieving revision 1.1045
diff -u -r1.1045 configure.in
--- configure.in	11 Jun 2002 19:25:38 -0000	1.1045
+++ configure.in	20 Jun 2002 17:28:04 -0000
@@ -4299,9 +4299,9 @@
 dnl = Cleanup section for misc ordering snafus
 dnl =
 if test "$_WIN32_MSVC"; then
-    XPCOM_GLUE_LIBS='$(DIST)/lib/$(LIB_PREFIX)xpcomglue.$(LIB_SUFFIX)
$(DIST)/lib/$(LIB_PREFIX)string_s.$(LIB_SUFFIX)
$(DIST)/lib/$(LIB_PREFIX)string_obsolete_s.$(LIB_SUFFIX)
$(DIST)/lib/$(LIB_PREFIX)embed_base_s.$(LIB_SUFFIX)'
+    XPCOM_GLUE_LIBS='$(DIST)/lib/$(LIB_PREFIX)xpcomglue.$(LIB_SUFFIX)
$(DIST)/lib/$(LIB_PREFIX)string_s.$(LIB_SUFFIX)
$(DIST)/lib/$(LIB_PREFIX)string_obsolete_s.$(LIB_SUFFIX) 
 else
-    XPCOM_GLUE_LIBS='-L${DIST}/bin -L${DIST}/lib -lxpcomglue -lstring_s
-lstring_obsolete_s -lembed_base_s'
+    XPCOM_GLUE_LIBS='-L${DIST}/bin -L${DIST}/lib -lxpcomglue -lstring_s
-lstring_obsolete_s
 fi
 
 dnl ========================================================
FIXED.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Doug. You lopped the closing ' off the end of the two lines that you changed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
john, nice catch.  
Thanks. I was just seeing this odd "-L/lib not found" message when configure 
was running and I tracked it back to this change.
fixed.  
Status: REOPENED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.