Kaydet (Commit) 21eae193 authored tarafından Michael Stahl's avatar Michael Stahl

configure: PRODUCTNAME changes on --enable-release-build,

... not on --enable-dbgutil as erroneously assumed in
2c1f814d.

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
üst 20235b59
...@@ -12139,7 +12139,7 @@ fi ...@@ -12139,7 +12139,7 @@ fi
AC_SUBST(WITH_COMPAT_OOWRAPPERS) AC_SUBST(WITH_COMPAT_OOWRAPPERS)
AC_MSG_CHECKING([for product name]) 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" PRODUCTNAME=AC_PACKAGE_NAME"Dev"
else else
PRODUCTNAME=AC_PACKAGE_NAME PRODUCTNAME=AC_PACKAGE_NAME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment