]> git.lyx.org Git - lyx.git/commit
* configure.py : Remove unnecessary code in xhtml viewer detection.
authorJulien Rioux <jrioux@lyx.org>
Wed, 7 Sep 2011 23:56:59 +0000 (23:56 +0000)
committerJulien Rioux <jrioux@lyx.org>
Wed, 7 Sep 2011 23:56:59 +0000 (23:56 +0000)
commite1b4e5edaa888b53bb5b210fd45a1a9589212bb8
tree4ce6a962d47de3b2a86e1bbf84bf63efd004bf49
parent89cb89c78ceefb4935a257f9b7a58c71a379158a
* configure.py : Remove unnecessary code in xhtml viewer detection.

    This code seems unnecessary since not_found = "auto" is set in
    checkViewer, and thus "auto" is used as the viewer when no viewers
    are found, and a lyxrc entry is added anyway. The "auto" string is
    special-cased in the code, where we attempt to automatically
    determine the viewer from the OS.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39640 a592a061-630c-0410-9148-cb99ea01b6c8
lib/configure.py