]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo (#4763)
authorJorge Pereira <jpereira@users.noreply.github.com>
Tue, 11 Oct 2022 20:54:30 +0000 (17:54 -0300)
committerGitHub <noreply@github.com>
Tue, 11 Oct 2022 20:54:30 +0000 (21:54 +0100)
configure
configure.ac

index 0d7dee4b81567fb26bc23b2e084c8b030ba1fa5e..0843ee00ac14195013647e77c31c8f33ee0c5215 100755 (executable)
--- 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
 
index 39788d3cc3f07f22cf144cc48e3b0e1defeaf330..69d3b7bf66a2822502dafd88691b9006ac32219c 100644 (file)
@@ -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