FS-10471: [build] fix build error on debian 9 with --enable-zrtp

This commit is contained in:
Mike Jerris 2017-07-05 12:17:24 -05:00
parent 07d4d093b0
commit 3f66eb6cbf
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ else
GCCMAGIC1=-c
GCCMAGIC2=
fi
# newer gcc on debian 9 doesn't support this, and we don't need it here as its an embedded lib so we will disable this explicitly
GCCMAGIC1=-c
GCCMAGIC2=
AC_SUBST(GCCMAGIC1)
AC_SUBST(GCCMAGIC2)