Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Configure
Original file line number Diff line number Diff line change
Expand Up @@ -4817,6 +4817,7 @@ else
fi
chmod 755 cppstdin
wrapper=`pwd`/cppstdin
cppstdin=$wrapper
ok='false'
cd UU

Expand All @@ -4826,7 +4827,7 @@ if $test "X$cppstdin" != "X" && \
then
echo "You used to use $cppstdin $cppminus so we'll use that again."
case "$cpprun" in
'') echo "But let's see if we can live without a wrapper..." ;;
'') ok=true;;
*)
if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
$contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
Expand Down
Loading