mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 23:16:20 +02:00
13 lines
318 B
Diff
13 lines
318 B
Diff
diff --git a/Configure b/Configure
|
|
index c98107a..77ad9d3 100644
|
|
--- a/Configure
|
|
+++ b/Configure
|
|
@@ -972,7 +972,7 @@ PROCESS_ARGS:
|
|
}
|
|
elsif (/^--with-zlib-include=(.*)$/)
|
|
{
|
|
- $withargs{"zlib-include"}="-I$1";
|
|
+ $withargs{"zlib-include"}="-I\"$1\"";
|
|
}
|
|
elsif (/^--with-fipsdir=(.*)$/)
|
|
{
|