1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00

acinclude.m4: fix indentation [ci skip]

Also match indentation of curl's `m4/curl-compilers.m4` for
easier syncing.
This commit is contained in:
Viktor Szakats
2023-11-15 22:51:41 +00:00
parent ce5f208a55
commit e645fa95f3

View File

@@ -191,6 +191,8 @@ AC_DEFUN([CURL_CC_DEBUG_OPTS],
if test "$CLANG" = "yes"; then if test "$CLANG" = "yes"; then
# indentation to match curl's m4/curl-compilers.m4
dnl figure out clang version! dnl figure out clang version!
AC_MSG_CHECKING([clang version]) AC_MSG_CHECKING([clang version])
fullclangver=`$CC -v 2>&1 | grep version` fullclangver=`$CC -v 2>&1 | grep version`
@@ -303,6 +305,8 @@ AC_DEFUN([CURL_CC_DEBUG_OPTS],
elif test "$GCC" = "yes"; then elif test "$GCC" = "yes"; then
# indentation to match curl's m4/curl-compilers.m4
dnl figure out gcc version! dnl figure out gcc version!
AC_MSG_CHECKING([gcc version]) AC_MSG_CHECKING([gcc version])
# strip '-suffix' parts, e.g. Ubuntu Windows cross-gcc returns '10-win32' # strip '-suffix' parts, e.g. Ubuntu Windows cross-gcc returns '10-win32'