summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-10 22:49:19 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-10 22:54:33 +0200
commit21eae1933ccbaf3399dd63df2db44ad0f302edf4 (patch)
tree5dcc7bc635806fba1079743e20b85f598e761618
parent20235b5910a7dfa4d69f2391d0452ab81131757b (diff)
configure: PRODUCTNAME changes on --enable-release-build,
... not on --enable-dbgutil as erroneously assumed in 2c1f814d36d7d61b28cca2740d916cfb841095c7. Apparently the other (non-naming) changes of omitting --enable-release-build are "DEVELOPMENTPRODUCT 1" which causes "WRITE_REGISTRY" to be set to 0 and "LOCALUSERDIR $ORIGIN/..". Change-Id: Ib3ea3b7f21523773490836853d155985b68719ee
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 32195843aa2a..e3f8543a3e7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12139,7 +12139,7 @@ fi
AC_SUBST(WITH_COMPAT_OOWRAPPERS)
AC_MSG_CHECKING([for product name])
-if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
+if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
PRODUCTNAME=AC_PACKAGE_NAME"Dev"
else
PRODUCTNAME=AC_PACKAGE_NAME