View Revisions: Issue #6722
Summary | 0006722: [PATCH] Fix libunistring detection when using "./configure -C" | ||
---|---|---|---|
Revision | 2021-02-21 10:31 by schanzen | ||
Description | First ./configure invocation works fine, but the second invocation fails when running with "-C" to generate/use a "config.cache" file. Turns out this just needed to cache one more variable to make this work. |
||
Revision | 2021-01-25 18:45 by h3xx | ||
Description | First ./configure invocation works fine, but the second invocation fails when running with "-C" to generate/use a "config.cache" file. Turns out this just needed to cache one more variable to make this work. |