From: Michael R Sweet Date: Wed, 5 Dec 2018 17:38:06 +0000 (-0500) Subject: Update configure script. X-Git-Tag: v2.3b6~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4e12b3f9dc6d153ec81fde9c109277685028a4;p=thirdparty%2Fcups.git Update configure script. --- diff --git a/configure b/configure index 77bff4540b..5ab7db685e 100755 --- a/configure +++ b/configure @@ -6930,15 +6930,15 @@ if test -n "$GCC"; then # Address sanitizer is a useful tool to use when developing/debugging # code but adds about 2x overhead... - if test x$enable_sanitizer = xyes; then - # Use -fsanitize=address with debugging... + if test x$enable_sanitizer = xyes; then + # Use -fsanitize=address with debugging... OPTIM="$OPTIM -g -fsanitize=address" - else - # Otherwise use the Fortify enhancements to catch any unbounded - # string operations... - CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2" - CXXFLAGS="$CXXFLAGS -D_FORTIFY_SOURCE=2" - fi + else + # Otherwise use the Fortify enhancements to catch any unbounded + # string operations... + CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2" + CXXFLAGS="$CXXFLAGS -D_FORTIFY_SOURCE=2" + fi # Default optimization options... if test -z "$OPTIM"; then