Issue 26749 - configure.in broken for --disable-mozilla
Summary: configure.in broken for --disable-mozilla
Status: CLOSED DUPLICATE of issue 28192
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: OOo 1.1.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 1.1.2
Assignee: foskey
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 19:54 UTC by khendricks
Modified: 2006-03-14 21:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description khendricks 2004-03-19 19:54:16 UTC
Hi, 
 
It appears that configure.in  
 
AC_MSG_CHECKING([whether to build mozilla connectivity]) 
if test -n "$enable_mozilla"; then 
  if test "$enable_mozilla" = "no"; then 
   AC_MSG_RESULT([yes]) 
   WITH_MOZILLA=NO 
  else 
   AC_MSG_RESULT([no]) 
   WITH_MOZILLA=YES 
  fi 
else 
   AC_MSG_RESULT([no]) 
   WITH_MOZILLA=NO 
   SCPDEFS="$SCPDEFS -DWITHOUT_MOZILLA" 
fi 
AC_SUBST(WITH_MOZILLA) 
 
if you --disable_mozilla it will set enable_mozilla to NO but will NOT  
properly set SCPDEFS to use -DWITHOUT_MOZILLA 
 
I belive the default should be to enable mozilla (to match the Hamburg build) and the 
-disable_mozilla should set the SCPDEFS to add -DWITHOUT_MOZILLA 
 
Kevin
Comment 1 khendricks 2004-03-19 20:01:59 UTC
Hi, 
 
Setting the target to Ooo 1.1.2 
 
Kevin 
 
Comment 2 khendricks 2004-03-19 20:02:49 UTC
Hi, 
 
Setting the target to Ooo 1.1.2 
 
Kevin 
 
Comment 3 Martin Hollmichel 2004-03-22 16:49:11 UTC
reassigned to ken.
Comment 4 rene 2004-05-07 12:51:45 UTC
Hi,

This was fixed together with the default change in Issue 28192.

Closing as DUPLICATE.

Regards,

René

*** This issue has been marked as a duplicate of 28192 ***
Comment 5 foskey 2004-05-07 14:41:07 UTC
Closing