Merge from vendor branch TNF:
[pkgsrcv2.git] / graphics / tiff / patches / patch-configure
1 $NetBSD$
2
3 Fix unportable test(1) construct.
4
5 --- configure.orig      2012-01-28 22:35:42.000000000 +0000
6 +++ configure
7 @@ -18044,7 +18044,7 @@ if test "${with_jpeg12_lib+set}" = set; 
8  fi
9  
10  
11 -if test "x$enable_jpeg12" == "xyes" ; then
12 +if test "x$enable_jpeg12" = "xyes" ; then
13  
14    if test "x$with_jpeg12_lib" != "x" ; then
15      LIBS="$with_jpeg12_lib $LIBS"