From: RĂ©mi Denis-Courmont Date: Sun, 7 Feb 2010 16:06:11 +0000 (+0200) Subject: Remove --enable-release which has no effects X-Git-Tag: 1.1.0-ff~313 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b8d77ded5185dd3221f5fa4df15ce34b9b06f696;p=vlc Remove --enable-release which has no effects --- diff --git a/configure.ac b/configure.ac index 9c9d9a4e91..2f44cfe770 100644 --- a/configure.ac +++ b/configure.ac @@ -1567,13 +1567,6 @@ AS_IF([test "${enable_coverage}" != "no"], [ LDFLAGS_save="${LDFLAGS}" ]) -dnl -dnl Enable release-specific flags -dnl -AC_ARG_ENABLE(release, -[ --enable-release activate extra optimizations (default disabled)]) -test "${enable_release}" != "yes" && enable_release="no" - dnl dnl Stream output dnl @@ -4949,7 +4942,6 @@ test "${enable_debug}" = "yes" && printf "debug " test "${enable_cprof}" = "yes" && printf "cprof " test "${enable_gprof}" = "yes" && printf "gprof " test "${enable_optimizations}" = "yes" && printf "optim " -test "${enable_release}" = "yes" && printf "release " || printf "devel " echo "" if test "${enable_vlc}" != "no"; then echo "vlc aliases :${ALIASES}" diff --git a/m4/vlc.m4 b/m4/vlc.m4 index 8edd0cad0a..1ae4ff5f88 100644 --- a/m4/vlc.m4 +++ b/m4/vlc.m4 @@ -103,7 +103,6 @@ AC_DEFUN([VLC_OUTPUT_VLC_CONFIG_IN], [ -e "s/@cprof@/${enable_cprof}/" \ -e "s/@optim@/${enable_optimizations}/" \ -e "s/@debug@/${enable_debug}/" \ - -e "s/@release@/${enable_release}/" \ -e "s/@PLUGINS@/${PLUGINS}/" \ -e "s/@BUILTINS@/${BUILTINS}/" \ -e "s/@CFLAGS_TUNING@/${CFLAGS_TUNING}/" \ diff --git a/vlc-config.in.in b/vlc-config.in.in index 5979b74cb0..134cd59d0d 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -5,7 +5,6 @@ exec_prefix="@exec_prefix@" exec_prefix_set=no datarootdir="@datarootdir@" -release="@release@" debug="@debug@" gprof="@gprof@" cprof="@cprof@"