From: Jorge Pereira Date: Tue, 11 Oct 2022 20:54:30 +0000 (-0300) Subject: Fix typo (#4763) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e92f2fb805b3c31beed7a383f8dea1895a98a6;p=thirdparty%2Ffreeradius-server.git Fix typo (#4763) --- diff --git a/configure b/configure index 0d7dee4b815..0843ee00ac1 100755 --- a/configure +++ b/configure @@ -7339,7 +7339,7 @@ fi old_CFLAGS=$CFLAGS -if test $ac_cv_prog_suncc = "yes"; then +if test "$ac_cv_prog_suncc" = "yes"; then CFLAGS="$CFLAGS -mt" fi diff --git a/configure.ac b/configure.ac index 39788d3cc3f..69d3b7bf66a 100644 --- a/configure.ac +++ b/configure.ac @@ -886,7 +886,7 @@ dnl # dnl # If using pthreads, check for -lpthread (posix) or -lc_r (*BSD) dnl # old_CFLAGS=$CFLAGS -if test $ac_cv_prog_suncc = "yes"; then +if test "$ac_cv_prog_suncc" = "yes"; then CFLAGS="$CFLAGS -mt" fi