Skip to content

Commit

Permalink
Quickfix for warning in attributes.m4.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnev committed Jan 21, 2012
1 parent bddbf5a commit ea242dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/attributes.m4
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ AC_DEFUN([CC_CHECK_LDFLAGS], [
AS_TR_SH([cc_cv_ldflags_$1]),
[ac_save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $1"
AC_LINK_IFELSE([int main() { return 1; }],
AC_LINK_IFELSE([AC_LANG_SOURCE([int main() { return 1; }])],
[eval "AS_TR_SH([cc_cv_ldflags_$1])='yes'"],
[eval "AS_TR_SH([cc_cv_ldflags_$1])="])
LDFLAGS="$ac_save_LDFLAGS"
Expand Down

0 comments on commit ea242dd

Please sign in to comment.