Changeset 17174 for trunk/FACT++/configure
- Timestamp:
- 09/19/13 16:15:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure
r16957 r17174 18480 18480 case "${host_cpu}-${host_os}" in 18481 18481 *-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 ;; 18483 18490 esac 18484 18491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5 … … 23970 23977 23971 23978 cat > conftest.$ac_ext <<EOF 23972 #line 2397 2"configure"23979 #line 23979 "configure" 23973 23980 #include "confdefs.h" 23974 23981 #include <qglobal.h>
Note:
See TracChangeset
for help on using the changeset viewer.