mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 906260 - Make MOZILLA_OFFICIAL turn --enable-release on automatically. r=khuey
Still allow MOZILLA_OFFICIAL + --disable-release
This commit is contained in:
parent
6c0f47c623
commit
da0dde6519
@ -81,15 +81,15 @@ fi
|
||||
dnl A high level macro for selecting compiler options.
|
||||
AC_DEFUN([MOZ_COMPILER_OPTS],
|
||||
[
|
||||
DEVELOPER_OPTIONS=1
|
||||
if test -z "$MOZILLA_OFFICIAL"; then
|
||||
DEVELOPER_OPTIONS=1
|
||||
fi
|
||||
MOZ_ARG_ENABLE_BOOL(release,
|
||||
[ --enable-release Build with more conservative, release engineering-oriented options.
|
||||
This may slow down builds.],
|
||||
DEVELOPER_OPTIONS=)
|
||||
DEVELOPER_OPTIONS=,
|
||||
DEVELOPER_OPTIONS=1)
|
||||
|
||||
if test -n "$MOZILLA_OFFICIAL" -a -n "$DEVELOPER_OPTIONS"; then
|
||||
AC_MSG_ERROR([You cannot set MOZILLA_OFFICIAL without --enable-release])
|
||||
fi
|
||||
AC_SUBST(DEVELOPER_OPTIONS)
|
||||
|
||||
MOZ_DEBUGGING_OPTS
|
||||
|
@ -81,15 +81,15 @@ fi
|
||||
dnl A high level macro for selecting compiler options.
|
||||
AC_DEFUN([MOZ_COMPILER_OPTS],
|
||||
[
|
||||
DEVELOPER_OPTIONS=1
|
||||
if test -z "$MOZILLA_OFFICIAL"; then
|
||||
DEVELOPER_OPTIONS=1
|
||||
fi
|
||||
MOZ_ARG_ENABLE_BOOL(release,
|
||||
[ --enable-release Build with more conservative, release engineering-oriented options.
|
||||
This may slow down builds.],
|
||||
DEVELOPER_OPTIONS=)
|
||||
DEVELOPER_OPTIONS=,
|
||||
DEVELOPER_OPTIONS=1)
|
||||
|
||||
if test -n "$MOZILLA_OFFICIAL" -a -n "$DEVELOPER_OPTIONS"; then
|
||||
AC_MSG_ERROR([You cannot set MOZILLA_OFFICIAL without --enable-release])
|
||||
fi
|
||||
AC_SUBST(DEVELOPER_OPTIONS)
|
||||
|
||||
MOZ_DEBUGGING_OPTS
|
||||
|
Loading…
Reference in New Issue
Block a user