Changeset 1000 for trunk


Ignore:
Timestamp:
Apr 20, 2009, 2:39:39 PM (17 years ago)
Author:
garnier
Message:

test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Configure

    r997 r1000  
    25542554        # checking moc version
    25552555        g4_qt_moc_major_version=\`\$g4_qtmoc -v 2>&1|sed 's/^.*(Qt \(.*\)\..*\..*)/\1/'\`
    2556         echo "checking for moc222... found \$g4_qtmoc version \$g4_qt_moc_major_version"
    2557 
    2558         if test '$g4_qt_major_ver' = '$g4_qt_moc_major_version' ; then
     2556        echo "checking for moc222... found \$g4_qtmoc version \$g4_qt_moc_major_version --------- \$g4_qt_major_ver = \$g4_qt_moc_major_version"
     2557
     2558        if test "$g4_qt_major_ver" = "$g4_qt_moc_major_version" ; then
    25592559            g4_havegoodqt=yes
    25602560        else
Note: See TracChangeset for help on using the changeset viewer.