diff options
| author | 2024-12-02 05:58:33 +0100 | |
|---|---|---|
| committer | 2024-12-02 05:58:33 +0100 | |
| commit | 471bf2f08307694491d59739c6eb63fb2d727ae4 (patch) | |
| tree | 49823e36dfc5eed56c93dd48d127b4bd410c5b9d | |
| parent | 1a0c83ccd16557fcbe8ed06aeec7d1329351bc81 (diff) | |
| download | libirecovery-471bf2f08307694491d59739c6eb63fb2d727ae4.tar.gz libirecovery-471bf2f08307694491d59739c6eb63fb2d727ae4.tar.bz2 | |
configure: Remove unused check
| -rw-r--r-- | configure.ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac index 9b004dc..421688f 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -77,24 +77,6 @@ case ${host_os} in | |||
| 77 | esac | 77 | esac |
| 78 | AM_CONDITIONAL(WIN32, test x$win32 = xtrue) | 78 | AM_CONDITIONAL(WIN32, test x$win32 = xtrue) |
| 79 | 79 | ||
| 80 | # Check if the C compiler supports __attribute__((constructor)) | ||
| 81 | AC_CACHE_CHECK([wether the C compiler supports constructor/destructor attributes], | ||
| 82 | ac_cv_attribute_constructor, [ | ||
| 83 | ac_cv_attribute_constructor=no | ||
| 84 | AC_COMPILE_IFELSE([AC_LANG_PROGRAM( | ||
| 85 | [[ | ||
| 86 | static void __attribute__((constructor)) test_constructor(void) { | ||
| 87 | } | ||
| 88 | static void __attribute__((destructor)) test_destructor(void) { | ||
| 89 | } | ||
| 90 | ]], [])], | ||
| 91 | [ac_cv_attribute_constructor=yes] | ||
| 92 | )] | ||
| 93 | ) | ||
| 94 | if test "$ac_cv_attribute_constructor" = "yes"; then | ||
| 95 | AC_DEFINE(HAVE_ATTRIBUTE_CONSTRUCTOR, 1, [Define if the C compiler supports constructor/destructor attributes]) | ||
| 96 | fi | ||
| 97 | |||
| 98 | AC_ARG_WITH([tools], | 80 | AC_ARG_WITH([tools], |
| 99 | [AS_HELP_STRING([--with-tools], [Build irecovery tools. [default=yes]])], | 81 | [AS_HELP_STRING([--with-tools], [Build irecovery tools. [default=yes]])], |
| 100 | [], | 82 | [], |
