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