Don't include zlib header dir if it is not defined.
This commit is contained in:
@@ -292,7 +292,7 @@ for (;;)
|
||||
{ $cflags .= " $val";}
|
||||
|
||||
if ($key eq "ZLIB_INCLUDE")
|
||||
{ $cflags .= " -I$val";}
|
||||
{ $cflags .= " $val" if $val ne "";}
|
||||
|
||||
if ($key eq "LIBZLIB")
|
||||
{ $zlib_lib = "$val" if $val ne "";}
|
||||
|
Reference in New Issue
Block a user