Changeset 8892c23e7 in mythtv


Ignore:
Timestamp:
Nov 2, 2006, 5:53:08 PM (18 years ago)
Author:
Daniel Kristjansson <dkristjansson@…>
Branches:
devel/2020-player, devel/ffmpeg-resync, devel/gpu-commflag, fixes/0.21, fixes/0.22, fixes/0.23, fixes/0.24, fixes/0.25, fixes/0.26, fixes/0.27, fixes/0.28, fixes/29, fixes/30, fixes/31, github-templates, master
Children:
1596bf86d
Parents:
0913e7455
Message:

Removes --disable-backend and --disable-frontend options. These are still being abused even after I removed them from the ./configure --help. This is mostly because Gentoo still advertises these options even after being asked not to. *sigh*

The OSX packager script should still work, the --enable-backend option still works.

git-svn-id: http://svn.mythtv.org/svn/trunk@11676 7dbf422c-18fa-0310-86e9-fd20926502f2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mythtv/configure

    r0913e7455 r8892c23e7  
    11961196  --enable-frontend) frontend="yes"
    11971197  ;;
    1198   --disable-frontend) frontend="no"
    1199   ;;
     1198# disabled due to abuse in Gentoo ebuild
     1199#  --disable-frontend) frontend="no"
     1200#  ;;
    12001201  --enable-backend) backend="yes"
    12011202  ;;
    1202   --disable-backend) backend="no"
    1203   ;;
     1203# disabled due to abuse in Gentoo ebuild
     1204#  --disable-backend) backend="no"
     1205#  ;;
    12041206  --cpu=*|--tune=*|--arch=*)
    12051207      # We already processed these options earlier so the empty case
Note: See TracChangeset for help on using the changeset viewer.