mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
zz40-xc-ovr.m4: AC_REQUIRE also XC_CONFIGURE_PREAMBLE success message
This commit is contained in:
parent
c527759701
commit
aa9e72d358
@ -241,6 +241,16 @@ AC_SUBST([PATH_SEPARATOR])dnl
|
||||
])
|
||||
|
||||
|
||||
dnl _XC_CONFIGURE_PREAMBLE_SUCCESS_MSG
|
||||
dnl -------------------------------------------------
|
||||
dnl Private macro.
|
||||
|
||||
AC_DEFUN([_XC_CONFIGURE_PREAMBLE_SUCCESS_MSG],
|
||||
[dnl
|
||||
echo "checking whether some basic commands and utilities are available... yes"
|
||||
])
|
||||
|
||||
|
||||
dnl _XC_CONFIGURE_PREAMBLE
|
||||
dnl -------------------------------------------------
|
||||
dnl Private macro.
|
||||
@ -254,7 +264,7 @@ AC_REQUIRE([_XC_CHECK_COMMAND_EXPR])dnl
|
||||
AC_REQUIRE([_XC_CHECK_UTILITY_SED])dnl
|
||||
AC_REQUIRE([_XC_CHECK_UTILITY_GREP])dnl
|
||||
AC_REQUIRE([_XC_CHECK_PATH_SEPARATOR])dnl
|
||||
echo "checking whether some basic commands and utilities are available... yes"
|
||||
AC_REQUIRE([_XC_CONFIGURE_PREAMBLE_SUCCESS_MSG])dnl
|
||||
])
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user