From: Alan T. DeKok Date: Thu, 19 Jan 2023 20:20:03 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=461947d57adac7191d5ddffafc040c3d13e28f4f;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/configure b/configure index c77a7b0c9a3..d708a5695cd 100755 --- a/configure +++ b/configure @@ -3287,7 +3287,7 @@ printf "%s\n" "#define RADIUSD_VERSION_COMMIT ${RADIUSD_VERSION_COMMIT}" >>confd fi if test "x$developer" = "xyes"; then - : CFLAGS="$CFLAGS -g3" + CFLAGS="$CFLAGS -g3" fi # Check whether --enable-verify-ptr was given.