aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
Diffstat (limited to 'ares')
-rw-r--r--ares/m4/cares-compilers.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4
index 8d0c069e6..eaf0cc216 100644
--- a/ares/m4/cares-compilers.m4
+++ b/ares/m4/cares-compilers.m4
@@ -224,12 +224,12 @@ AC_DEFUN([CARES_CHECK_COMPILER_SGI], [
CURL_CHECK_DEF([_COMPILER_VERSION], [], [silent])
CURL_CHECK_DEF([__GNUC__], [], [silent])
CURL_CHECK_DEF([__sgi], [], [silent])
- if test "$curl_cv_have_def___GNUC__ " = "no"; then
+ if test "$curl_cv_have_def___GNUC__" = "no"; then
if test "$curl_cv_have_def__SGI_COMPILER_VERSION" = "yes"; then
compiler_id="SGIC"
fi
- if test "$curl_cv_have_def__COMPILER_VERSION " = "yes" &&
- test "$curl_cv_have_def___sgi " = "yes"; then
+ if test "$curl_cv_have_def__COMPILER_VERSION" = "yes" &&
+ test "$curl_cv_have_def___sgi" = "yes"; then
compiler_id="SGIC"
fi
fi