Ignore:
Timestamp:
09/19/13 16:15:12 (11 years ago)
Author:
tbretz
Message:
Some minor updates and a bug fix in the format of the NOMINAL service.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure

    r16957 r17174  
    1848018480        case "${host_cpu}-${host_os}" in
    1848118481            *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
    18482             *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
     18482            *-osf* | *-hpux*) flag="-D_REENTRANT";;
     18483            *solaris*)
     18484            if test "$GCC" = "yes"; then
     18485                flag="-D_REENTRANT"
     18486            else
     18487                flag="-mt -D_REENTRANT"
     18488            fi
     18489            ;;
    1848318490        esac
    1848418491        { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5
     
    2397023977
    2397123978                cat > conftest.$ac_ext <<EOF
    23972 #line 23972 "configure"
     23979#line 23979 "configure"
    2397323980#include "confdefs.h"
    2397423981#include <qglobal.h>
Note: See TracChangeset for help on using the changeset viewer.