Skip to content

Commit

Permalink
remove unneeded -I options from configure test for may_alias attribute
Browse files Browse the repository at this point in the history
this test does not include anything, so the -I options are not useful
and are just a maintenance burden if paths change.
  • Loading branch information
richfelker committed Jan 28, 2016
1 parent b0bf52f commit e1d9989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ __attribute__((__may_alias__))
#endif
x;
EOF
if $CC $CFLAGS_C99FSE -I$srcdir/arch/$ARCH -I$srcdir/include $CPPFLAGS $CFLAGS \
if $CC $CFLAGS_C99FSE $CPPFLAGS $CFLAGS \
-c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
printf "no\n"
else
Expand Down

0 comments on commit e1d9989

Please sign in to comment.