[Libreoffice-commits] .: configure.in set_soenv.in
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Fri Sep 16 05:20:30 PDT 2011
configure.in | 3 ---
set_soenv.in | 1 -
2 files changed, 4 deletions(-)
New commits:
commit cf8a59c77ab66568a610d489c0d7fa83f2d5f564
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Sep 16 12:39:31 2011 +0200
Removed no longer needed PROFULLSWITCH.
diff --git a/configure.in b/configure.in
index 0560d60..7f6a861 100755
--- a/configure.in
+++ b/configure.in
@@ -2291,7 +2291,6 @@ AC_MSG_CHECKING([whether to build with additional debug utilities])
if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then
PROEXT=""
PRODUCT=""
- PROFULLSWITCH=""
AC_MSG_RESULT([yes])
if test $_os = WINNT -a \( "$enable_mozilla" = yes -o "$enable_build_mozilla" = yes \); then
# We can't build against the Mozilla stuff if using _DEBUG, will get linking errors
@@ -2302,12 +2301,10 @@ if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then
fi
else
PRODUCT="full"
- PROFULLSWITCH="product=full"
PROEXT=".pro"
AC_MSG_RESULT([no, full product build])
fi
AC_SUBST(PRODUCT)
-AC_SUBST(PROFULLSWITCH)
AC_SUBST(PROEXT)
# Set the ENABLE_LTO variable
diff --git a/set_soenv.in b/set_soenv.in
index 850a397..24088dd 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1468,7 +1468,6 @@ if ("@ENABLE_WERROR@" eq "FALSE") {
ToFile( "EXTERNAL_WARNINGS_NOT_ERRORS", "TRUE", "e" );
}
ToFile( "PRODUCT", "@PRODUCT@", "e" );
-ToFile( "PROFULLSWITCH", "@PROFULLSWITCH@", "e" );
ToFile( "PROEXT", $PROEXT, "e" );
ToFile( "VALGRIND_CFLAGS", "@VALGRIND_CFLAGS@","e" );
ToFile( "WITH_COMPAT_OOWRAPPERS", "@WITH_COMPAT_OOWRAPPERS@", "e" );
More information about the Libreoffice-commits
mailing list