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