diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 16381307..e18c67f1 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -177,6 +177,7 @@ if( BUILD_ARTS ) if( NOT XINE_FOUND ) tde_message_fatal( "xine is requested, but not found on your system" ) endif( ) + check_include_file( alloca.h HAVE_ALLOCA_H ) endif( WITH_ARTS_XINE ) endif( BUILD_ARTS ) |