Changeset 15492 for trunk/FACT++/configure
- Timestamp:
- 05/04/13 11:22:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure
r15490 r15492 18490 18490 case "${host_cpu}-${host_os}" in 18491 18491 *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; 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 ;; 18492 *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; 18500 18493 esac 18501 18494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5 … … 23987 23980 23988 23981 cat > conftest.$ac_ext <<EOF 23989 #line 2398 9"configure"23982 #line 23982 "configure" 23990 23983 #include "confdefs.h" 23991 23984 #include <qglobal.h>
Note:
See TracChangeset
for help on using the changeset viewer.