The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / poppler / 0001-Fix-invalid-shell-comparaison-in-libtiff-test.patch
1 Fix syntax issue in configure script
2
3 The change is not done in configure.ac, because the package doesn't
4 autoreconf properly.
5
6 Patch on configure.ac submitted upstream at
7 https://bugs.freedesktop.org/show_bug.cgi?id=90292.
8
9 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10
11 Index: b/configure
12 ===================================================================
13 --- a/configure
14 +++ b/configure
15 @@ -19738,7 +19738,7 @@
16  CXXFLAGS="$CXXFLAGS $LIBTIFF_CFLAGS"
17  LIBS="$LIBS $LIBTIFF_LIBS"
18  if test x$enable_libtiff = xyes; then
19 -  if test x"$LIBTIFF_LIBS" != ; then
20 +  if test x"$LIBTIFF_LIBS" != x; then
21      ac_fn_cxx_check_func "$LINENO" "TIFFOpen" "ac_cv_func_TIFFOpen"
22  if test "x$ac_cv_func_TIFFOpen" = xyes; then :
23