diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-07 18:26:38 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-09 09:13:06 +0100 |
commit | 259c70a9303eb65611441550d1cbe54d914356f8 (patch) | |
tree | 88eeea71676edbcb84611d2a664d42992f202b9e /configure.ac | |
parent | fa6bbbe167873cd5a9d9c42714bf0d1a889c0e9b (diff) | |
download | curl-259c70a9303eb65611441550d1cbe54d914356f8.tar.gz |
Revert "libcurl.pc: make it relocatable"
This reverts commit 3862c37b6373a55ca704171d45ba5ee91dec2c9f.
That fix should either be done differently or with an option.
Reported-by: asavah on github
Fixes #6157
Closes #6183
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index bc206475a..1075511c9 100755 --- a/configure.ac +++ b/configure.ac @@ -53,18 +53,6 @@ CURL_CHECK_OPTION_ECH XC_CHECK_PATH_SEPARATOR -pkgconfigdir='${libdir}/pkgconfig' -AC_SUBST(pkgconfigdir) - -AX_COMPUTE_RELATIVE_PATHS(pkgconfigdir:prefix:pkgconf_to_prefix) -AX_COMPUTE_RELATIVE_PATHS(pkgconfigdir:exec_prefix:pkgconf_to_exec_prefix) -AX_COMPUTE_RELATIVE_PATHS(exec_prefix:libdir:exec_prefix_to_libdir) -AX_COMPUTE_RELATIVE_PATHS(prefix:includedir:prefix_to_includedir) -AC_SUBST(pkgconf_to_prefix) -AC_SUBST(pkgconf_to_exec_prefix) -AC_SUBST(exec_prefix_to_libdir) -AC_SUBST(prefix_to_includedir) - # # save the configure arguments # |