]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Maybe it doesn't like comments being inline
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 28 Oct 2021 17:21:20 +0000 (13:21 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 28 Oct 2021 17:21:20 +0000 (13:21 -0400)
configure
configure.ac

index 02c885bfb45145c24fe0f1dd7b96fe22e94c9ada..3b451a874393ed3527a587d62b503fcaafb747b5 100755 (executable)
--- 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=""
 
index a02230fb6adb5ebd59ad141a545fd86be05fac65..6f3875abeded5d1146dcccddac806b6d60643d5d 100644 (file)
@@ -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