summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-16 14:57:11 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-16 15:38:29 +0300
commit529ab4e735c1263f0bf5063779042898fc06e21e (patch)
tree5008c5f7c52e28a71ec85d3e031ea432fe14ae1f /configure.ac
parent7ee2ce24c4060e16b6aa852edfcbe5c531c89b6e (diff)
Get rid of PRODUCT, unused I hope
Change-Id: I934158f892daf3ae36f265e6bc95fd9987a05ca5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 04c62706643b..51a971604cd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3676,7 +3676,6 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
# versions (in case there are version specific problems with it)
MSVC_USE_DEBUG_RUNTIME="TRUE"
PROEXT=""
- PRODUCT=""
AC_MSG_RESULT([yes])
# cppunit and graphite expose STL in public headers
@@ -3708,14 +3707,11 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
else
ENABLE_DBGUTIL=""
MSVC_USE_DEBUG_RUNTIME=""
- # PRODUCT is old concept, still used by build.pl .
- PRODUCT="full"
PROEXT=".pro"
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_DBGUTIL)
AC_SUBST(MSVC_USE_DEBUG_RUNTIME)
-AC_SUBST(PRODUCT)
AC_SUBST(PROEXT)
dnl Set the ENABLE_DEBUG variable.