Ignore:
Timestamp:
05/04/13 11:21:35 (12 years ago)
Author:
tbretz
Message:
Let the event buffer store the index of the corresponding runCtrl entry.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure

    r15412 r15490  
    1849018490        case "${host_cpu}-${host_os}" in
    1849118491            *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
    18492             *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
     18492            *-osf* | *-hpux*) flag="-D_REENTRANT";;
     18493            *solaris*)
     18494            if test "$GCC" = "yes"; then
     18495                flag="-D_REENTRANT"
     18496            else
     18497                flag="-mt -D_REENTRANT"
     18498            fi
     18499            ;;
    1849318500        esac
    1849418501        { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5
     
    2398023987
    2398123988                cat > conftest.$ac_ext <<EOF
    23982 #line 23982 "configure"
     23989#line 23989 "configure"
    2398323990#include "confdefs.h"
    2398423991#include <qglobal.h>
Note: See TracChangeset for help on using the changeset viewer.