diff options
| author | 2024-12-02 05:59:09 +0100 | |
|---|---|---|
| committer | 2024-12-02 05:59:09 +0100 | |
| commit | 8dee549fd286ab152e94428f38eae6edac1bb746 (patch) | |
| tree | 25930c4a4a77f8bedb69b60cbdb14163fd1cc331 | |
| parent | c1e3868485c16292d1c7c69f8dc891fd378286b1 (diff) | |
| download | libplist-8dee549fd286ab152e94428f38eae6edac1bb746.tar.gz libplist-8dee549fd286ab152e94428f38eae6edac1bb746.tar.bz2 | |
configure: Removed unused check
| -rw-r--r-- | configure.ac | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/configure.ac b/configure.ac index 67a05bb..65cc697 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -79,33 +79,6 @@ AM_CONDITIONAL(WIN32, test x$win32 = xtrue) | |||
| 79 | 79 | ||
| 80 | AC_SEARCH_LIBS([fmin],[m]) | 80 | AC_SEARCH_LIBS([fmin],[m]) |
| 81 | 81 | ||
| 82 | # Check if the C compiler supports __attribute__((constructor)) | ||
| 83 | AC_CACHE_CHECK([wether the C compiler supports constructor/destructor attributes], | ||
| 84 | ac_cv_attribute_constructor, [ | ||
| 85 | ac_cv_attribute_constructor=no | ||
| 86 | AC_COMPILE_IFELSE([AC_LANG_PROGRAM( | ||
| 87 | [[ | ||
| 88 | #ifndef __has_attribute | ||
| 89 | #define __has_attribute(x) 0 | ||
| 90 | #endif | ||
| 91 | #if !__has_attribute(constructor) | ||
| 92 | #error No constructor attribute | ||
| 93 | #endif | ||
| 94 | #if !__has_attribute(destructor) | ||
| 95 | #error No destructor attribute | ||
| 96 | #endif | ||
| 97 | static void __attribute__((constructor)) test_constructor(void) { | ||
| 98 | } | ||
| 99 | static void __attribute__((destructor)) test_destructor(void) { | ||
| 100 | } | ||
| 101 | ]], [])], | ||
| 102 | [ac_cv_attribute_constructor=yes] | ||
| 103 | )] | ||
| 104 | ) | ||
| 105 | if test "$ac_cv_attribute_constructor" = "yes"; then | ||
| 106 | AC_DEFINE(HAVE_ATTRIBUTE_CONSTRUCTOR, 1, [Define if the C compiler supports constructor/destructor attributes]) | ||
| 107 | fi | ||
| 108 | |||
| 109 | # Check if struct tm has a tm_gmtoff member | 82 | # Check if struct tm has a tm_gmtoff member |
| 110 | AC_CACHE_CHECK(for tm_gmtoff in struct tm, ac_cv_struct_tm_gmtoff, | 83 | AC_CACHE_CHECK(for tm_gmtoff in struct tm, ac_cv_struct_tm_gmtoff, |
| 111 | AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ | 84 | AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ |
