~ubuntu-branches/ubuntu/natty/qt4-x11/natty-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2011-09-09 18:27:52 UTC
  • mfrom: (150.1.2 natty-proposed)
  • Revision ID: package-import@ubuntu.com-20110909182752-s5n4iiimbpifce48
Tags: 4:4.7.2-0ubuntu6.3
* SECURITY UPDATE: Blacklist Diginotar root and intermediate certificates;
  Fraudulent certificates were mis-issued that could allow an attacker to
  monitor secure communication through a man-in-the-middle (MITM) attack
  - add debian/patches/kubuntu_31_blacklist_ssl_certificates_part2.diff
  - LP: #837557 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5956
5956
    if [ "$CFG_XINPUT2" != "no" ]; then
5957
5957
        if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/xinput2 "XInput2" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS; then
5958
5958
            CFG_XINPUT2=yes
5959
 
            CFG_XINPUT=no
5960
5959
        else
5961
5960
            if [ "$CFG_XINPUT2" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then
5962
5961
                echo "XInput2 support cannot be enabled due to functionality tests!"