Skip to content

Commit

Permalink
configure: warn on bad env variable use, don't error
Browse files Browse the repository at this point in the history
Use XC_CHECK_BUILD_FLAGS instead XC_CHECK_USER_FLAGS.
  • Loading branch information
bagder committed Aug 5, 2013
1 parent 8fe8fd2 commit 5d3cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/xc-cc-check.m4
Expand Up @@ -59,7 +59,7 @@ dnl Private macro.

AC_DEFUN([_XC_PROG_CC], [
AC_REQUIRE([_XC_PROG_CC_PREAMBLE])dnl
AC_REQUIRE([XC_CHECK_USER_FLAGS])dnl
AC_REQUIRE([XC_CHECK_BUILD_FLAGS])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AM_PROG_CC_C_O])dnl
Expand Down

0 comments on commit 5d3cbde

Please sign in to comment.