Skip to content

Commit 519935b

Browse files
helmutgOdyX
authored andcommitted
Don't test for stdio.h in fullpath
Closes: #910322 Gbp-Pq: Name 0023-Don-t-test-for-stdio.h-in-fullpath.patch
1 parent 07e05fe commit 519935b

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -402,17 +402,6 @@ all-test:
402402
echo " ***"; \
403403
exit 1; \
404404
fi
405-
@if [ "`ls $(MACOSX_stdio) 2> /dev/null`" != "" ]; then \
406-
: ; \
407-
elif ! test -f /usr/include/stdio.h; then \
408-
echo " ***"; \
409-
echo " *** Error: /usr/include/stdio.h is not installed!"; \
410-
echo " ***"; \
411-
echo " *** Install Software Development (gcc) package"; \
412-
echo " *** for Ubuntu: sudo apt-get install build-essential"; \
413-
echo " ***"; \
414-
exit 1; \
415-
fi
416405
@if ! type gs >/dev/null 2>&1; then \
417406
echo " ***"; \
418407
echo " *** Error: gs is not installed!"; \

0 commit comments

Comments
 (0)