VirtualBox

Changeset 90172 in vbox


Ignore:
Timestamp:
Jul 13, 2021 6:13:21 PM (4 years ago)
Author:
vboxsync
Message:

configure: typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r90171 r90172  
    15911591          FLGQT5=`pkg-config Qt5Core --cflags`
    15921592          # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk)
    1593           [ $(($cc_maj * 100 + $cc_min) -ge 408 ] && FLGQT5="$FLGQT5 -std=c++11"
     1593          [ $(($cc_maj * 100 + $cc_min)) -ge 408 ] && FLGQT5="$FLGQT5 -std=c++11"
    15941594          INCQT5=`strip_I "$FLGQT5"`
    15951595          LIBDIR5=`pkg-config Qt5Core --variable=libdir`
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette