summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-04-20 05:58:37 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-04-20 05:58:37 +0000
commit9e6d0f168bf59df9cd829d6ebe63fb08ea9ae01e (patch)
tree77f5afd89846e1dd1b7020498426905f6ef7b5cb /configure
parentcb5b1af6dee0ff41e73a3bc0661ba7aa7b1d1b94 (diff)
downloads6-linux-init-9e6d0f168bf59df9cd829d6ebe63fb08ea9ae01e.tar.xz
Add skel files; add initdefault; remove env-stage2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5aff30e..5d7d438 100755
--- a/configure
+++ b/configure
@@ -127,7 +127,7 @@ tryldflag () {
}
getmacro () {
- echo "#include <$1>" | $CC_AUTO -v $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -E -dM - | grep -F -- "$2" | cut -d' ' -f3-
+ echo "#include <$1>" | $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -E -dM - | grep -F -- "$2" | cut -d' ' -f3-
}
getmacrostring () {