From: Rich Felker Date: Thu, 28 Jan 2016 00:01:21 +0000 (-0500) Subject: remove unneeded -I options from configure test for may_alias attribute X-Git-Tag: v1.1.13~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1d99894b6ce23055a2e29f72763e7fd9585a87f;p=oweals%2Fmusl.git remove unneeded -I options from configure test for may_alias attribute this test does not include anything, so the -I options are not useful and are just a maintenance burden if paths change. --- diff --git a/configure b/configure index 2d7ea30e..41ef9df7 100755 --- a/configure +++ b/configure @@ -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