Skip to content
Snippets Groups Projects
Commit 174ca047 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Delete conftest.dSYM at configure time to avoid annoying messages on MacOS.

parent c412bf38
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,12 @@ AM_MAINTAINER_MODE([disable])
# Check building environment
AC_PROG_CC_C99
dnl The check above forgets to delete the following directory
dnl generated by the MacOS linker, which results in multiple
dnl annoying messages from the rm utility:
rm -rf conftest.dSYM
dnl verify the setup supports POSIX 2001
ACX_PROG_CC_POSIX([2001])
AM_PROG_CC_C_O
AC_C_RESTRICT
AC_PROG_FC
AS_IF([test -n "$FC" && test "X$FC" != Xno],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment