From: Arran Cudbard-Bell Date: Thu, 28 Oct 2021 17:21:20 +0000 (-0400) Subject: Maybe it doesn't like comments being inline X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3a8505c384d57e9214f33f45e5652f8087e73be;p=thirdparty%2Ffreeradius-server.git Maybe it doesn't like comments being inline --- diff --git a/configure b/configure index 02c885bfb45..3b451a87439 100755 --- a/configure +++ b/configure @@ -5841,7 +5841,7 @@ printf "%s\n" "$ax_cv_cc_clang" >&6; } if test "x$ax_cv_cc_clang" = "xyes"; then clang_path="$CC" - LDFLAGS="$LDFLAGS --rtlib=compiler-rt --unwindlib=compiler-rt" # Needed for builtins to function correctly + LDFLAGS="$LDFLAGS --rtlib=compiler-rt --unwindlib=compiler-rt" else clang_path="" diff --git a/configure.ac b/configure.ac index a02230fb6ad..6f3875abede 100644 --- a/configure.ac +++ b/configure.ac @@ -249,7 +249,8 @@ dnl # AX_CC_IS_CLANG if test "x$ax_cv_cc_clang" = "xyes"; then AC_SUBST(clang_path, "$CC") - LDFLAGS="$LDFLAGS --rtlib=compiler-rt --unwindlib=compiler-rt" # Needed for builtins to function correctly + dnl # Needed for builtins to function correctly + LDFLAGS="$LDFLAGS --rtlib=compiler-rt --unwindlib=compiler-rt" else AC_SUBST(clang_path, "") fi