|
|
@ -11,6 +11,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
tde_setup_architecture_flags( )
|
|
|
|
tde_setup_architecture_flags( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include(TestBigEndian)
|
|
|
|
|
|
|
|
test_big_endian(WORDS_BIGENDIAN)
|
|
|
|
|
|
|
|
|
|
|
|
##### check for gcc visibility support #########
|
|
|
|
##### check for gcc visibility support #########
|
|
|
|
# FIXME
|
|
|
|
# FIXME
|
|
|
|
# This should check for [T]Qt3 visibility support
|
|
|
|
# This should check for [T]Qt3 visibility support
|
|
|
@ -25,6 +28,10 @@ if( WITH_GCC_VISIBILITY )
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if( BUILD_KMAIL )
|
|
|
|
|
|
|
|
check_include_file( "byteswap.h" HAVE_BYTESWAP_H )
|
|
|
|
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
|
|
if( BUILD_LIBTDEPIM OR BUILD_KMAIL )
|
|
|
|
if( BUILD_LIBTDEPIM OR BUILD_KMAIL )
|
|
|
|
option( TDEPIM_NEW_DISTRLISTS "Define if you want to use the new distribution lists" ON )
|
|
|
|
option( TDEPIM_NEW_DISTRLISTS "Define if you want to use the new distribution lists" ON )
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
|