Skip to content

Commit

Permalink
build: avoid AC_LANG_CONFTEST error from autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Jun 2, 2015
1 parent dd0053f commit e7c4f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/x_ac_check_cond_lib.m4
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AC_DEFUN([X_AC_CHECK_COND_LIB], [
[for $2 in default libs],
[x_ac_cv_lib_none_$2], [
AC_LINK_IFELSE(
AC_LANG_CALL([], [$2]),
[AC_LANG_CALL([], [$2])],
AS_VAR_SET(x_ac_cv_lib_none_$2, yes),
AS_VAR_SET(x_ac_cv_lib_none_$2, no)
)]
Expand Down

0 comments on commit e7c4f7a

Please sign in to comment.