]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fixed misplaced bash syntax when adding the debug flag to CFLAGS in developer mode...
authorMargaret Cullen <margaret@painless-security.com>
Thu, 19 Jan 2023 13:14:29 +0000 (08:14 -0500)
committerGitHub <noreply@github.com>
Thu, 19 Jan 2023 13:14:29 +0000 (08:14 -0500)
configure.ac

index bef8ccf50545a2633f5e7affe134e278e7260cbc..126208a452bfa1ea71aac4137030c3ab822da051 100644 (file)
@@ -178,7 +178,7 @@ dnl #  -g3 so nice things like macro values are included. Other arguments are
 dnl #  added later when we know what compiler were using.
 dnl #
 if test "x$developer" = "xyes"; then
-  : ${CFLAGS="$CFLAGS -g3"}
+  CFLAGS="$CFLAGS -g3"
 fi
 
 dnl #