From fab893e0caf510d4836a20194892ef9c71426c51 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 27 May 2020 10:15:05 -0400 Subject: doc: Fix unrelated typos reported by codespell --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7f0c5dbd7a..f3b603e48a 100644 --- a/configure.ac +++ b/configure.ac @@ -808,7 +808,7 @@ if test x$use_hardening != xno; then fi dnl These flags are specific to ld64, and may cause issues with other linkers. -dnl For example: GNU ld will intepret -dead_strip as -de and then try and use +dnl For example: GNU ld will interpret -dead_strip as -de and then try and use dnl "ad_strip" as the symbol for the entry point. if test x$TARGET_OS = xdarwin; then AX_CHECK_LINK_FLAG([[-Wl,-dead_strip]], [LDFLAGS="$LDFLAGS -Wl,-dead_strip"],, [[$LDFLAG_WERROR]]) -- cgit v1.2.3