summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPierce Lopez <pierce.lopez@gmail.com>2020-07-04 15:55:22 -0400
committerPierce Lopez <pierce.lopez@gmail.com>2020-07-04 16:01:41 -0400
commitb6497fa148ed78fcd4a8847891c80cfb9ed17c42 (patch)
tree7345aaa863a187cad4b1e328780f2e5b6c86d399 /configure.ac
parent9ca7a492f5680dbbc14634f0979e6f1d5a4533fa (diff)
downloadlibevent-b6497fa148ed78fcd4a8847891c80cfb9ed17c42.tar.gz
build: do not disable deprecation warnings on macOS
this was for using openssl-0.9.8 included in macOS 10.7 - 10.12, but it is long since time you really should not use that openssl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1b647ed8..fb813306 100644
--- a/configure.ac
+++ b/configure.ac
@@ -900,9 +900,6 @@ if test x$enable_gcc_warnings != xno && test "$GCC" = "yes"; then
dnl Clang on macOS emits warnings for each directory specified which
dnl isn't "used", generating a lot of build noise.
CFLAGS="$CFLAGS -Qunused-arguments"
- dnl macOS Lion started deprecating the system OpenSSL. Let's just
- dnl disable all deprecation warnings on macOS; but do so only for GCC.
- CFLAGS="$CFLAGS -Wno-deprecated-declarations"
;;
esac
fi