From 62abaa3f5dbfef2c5244a30ca62b652303913b33 Mon Sep 17 00:00:00 2001 From: iplxp00j <51212072+iplxp00j@users.noreply.github.com> Date: Thu, 30 May 2019 21:28:20 +0200 Subject: [PATCH] Update configure.ac correct spelling --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3251e1caa..ec017b07e 100644 --- a/configure.ac +++ b/configure.ac @@ -1182,10 +1182,10 @@ AC_TRY_COMPILE([], [{ const char *func = __FUNCTION__; return(func != 0 ? 0 : 1); }], AC_MSG_RESULT([yes]) AC_DEFINE(__func__, __FUNCTION__, - [Define to appropriate substitue if compiler does not have __func__]), + [Define to appropriate substitute if compiler does not have __func__]), AC_MSG_RESULT([no]) AC_DEFINE(__func__, __FILE__, - [Define to appropriate substitue if compiler does not have __func__]))) + [Define to appropriate substitute if compiler does not have __func__]))) ######## # -- 2.40.0