configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 21eae1933ccbaf3399dd63df2db44ad0f302edf4 Author: Michael Stahl <mst...@redhat.com> Date: Tue Sep 10 22:49:19 2013 +0200
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 diff --git a/configure.ac b/configure.ac index 3219584..e3f8543 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits