From: Alan T. DeKok Date: Sat, 30 Oct 2021 16:20:09 +0000 (-0400) Subject: need shell script quoting inside of m4 quoting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f857ad8db17f77a74f4ee9bd0677da671b39eef7;p=thirdparty%2Ffreeradius-server.git need shell script quoting inside of m4 quoting --- diff --git a/configure b/configure index 5ddbb9e4668..2fa9f142fea 100755 --- a/configure +++ b/configure @@ -8318,7 +8318,7 @@ printf "%s\n" "$ax_cv_cc_pthread_flag" >&6; } fi else $as_nop - fail=-lc_r or -lpthread + fail="-lc_r or -lpthread" fi diff --git a/configure.ac b/configure.ac index 6cb6ffd611e..8fe80cc5bf1 100644 --- a/configure.ac +++ b/configure.ac @@ -852,7 +852,7 @@ if test "x$HAVE_THREADS" != "xyes"; then CFLAGS="$CFLAGS -pthread" fi ], - [ fail=[-lc_r or -lpthread] ] + [ fail="-lc_r or -lpthread" ] ) fi