FS-6375 fix till we switch to system tiff
This commit is contained in:
parent
07a10a1cc5
commit
eadfef1173
|
@ -32,6 +32,10 @@ AC_LANG(C)
|
|||
AC_PROG_LIBTOOL
|
||||
m4_include(m4/acinclude.m4)
|
||||
|
||||
CFLAGS="$CFLAGS $CONFIGURE_CFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS"
|
||||
LDFLAGS="$LDFLAGS $CONFIGURE_LDFLAGS"
|
||||
|
||||
dnl Compute the canonical host (run-time) system type variable
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
|
|
Loading…
Reference in New Issue