summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-16 12:39:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-16 13:50:07 +0200
commitcf8a59c77ab66568a610d489c0d7fa83f2d5f564 (patch)
treeb78c430c6b0bf0cbad517d59aed0e3e6b6fc1000 /configure.in
parent5c36b903302b2a0ee589f909d6445cd122e657fd (diff)
Removed no longer needed PROFULLSWITCH.
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0560d607d17d..7f6a8618f505 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