File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -6183,7 +6183,10 @@ then :
6183
6183
test " $ac_res " = " none required" || LIBS=" $ac_res $LIBS "
6184
6184
6185
6185
JPEGINC=" "
6186
- JPEG=" " ,
6186
+ JPEG=" "
6187
+
6188
+ else $as_nop
6189
+
6187
6190
JPEGINC=" -I../jpeg"
6188
6191
JPEG=" jpeg"
6189
6192
NEWLIBS=" ../jpeg/libjpeg.a $NEWLIBS "
@@ -6270,7 +6273,10 @@ then :
6270
6273
test " $ac_res " = " none required" || LIBS=" $ac_res $LIBS "
6271
6274
6272
6275
ZLIBINC=" "
6273
- ZLIB=" " ,
6276
+ ZLIB=" "
6277
+
6278
+ else $as_nop
6279
+
6274
6280
ZLIBINC=" -I../zlib"
6275
6281
ZLIB=" zlib"
6276
6282
NEWLIBS=" ../zlib/libz.a $NEWLIBS "
@@ -6357,7 +6363,10 @@ then :
6357
6363
test " $ac_res " = " none required" || LIBS=" $ac_res $LIBS "
6358
6364
6359
6365
PNGINC=" "
6360
- PNG=" " ,
6366
+ PNG=" "
6367
+
6368
+ else $as_nop
6369
+
6361
6370
PNGINC=" -I../png"
6362
6371
PNG=" png"
6363
6372
NEWLIBS=" ../png/libpng.a $NEWLIBS "
Original file line number Diff line number Diff line change @@ -265,7 +265,8 @@ AS_IF([test x$enable_localjpeg = xyes], [
265
265
] , [
266
266
AC_SEARCH_LIBS ( jpeg_CreateCompress , turbojpeg jpeg , [
267
267
JPEGINC=""
268
- JPEG="",
268
+ JPEG=""
269
+ ] , [
269
270
JPEGINC="-I../jpeg"
270
271
JPEG="jpeg"
271
272
NEWLIBS="../jpeg/libjpeg.a $NEWLIBS"
@@ -282,7 +283,8 @@ AS_IF([test x$enable_localzlib = xyes], [
282
283
] , [
283
284
AC_SEARCH_LIBS ( gzgets ,z , [
284
285
ZLIBINC=""
285
- ZLIB="",
286
+ ZLIB=""
287
+ ] , [
286
288
ZLIBINC="-I../zlib"
287
289
ZLIB="zlib"
288
290
NEWLIBS="../zlib/libz.a $NEWLIBS"
@@ -299,7 +301,8 @@ AS_IF([test x$enable_localpng = xyes], [
299
301
] , [
300
302
AC_SEARCH_LIBS ( png_set_tRNS_to_alpha ,png , [
301
303
PNGINC=""
302
- PNG="",
304
+ PNG=""
305
+ ] , [
303
306
PNGINC="-I../png"
304
307
PNG="png"
305
308
NEWLIBS="../png/libpng.a $NEWLIBS"
You can’t perform that action at this time.
0 commit comments