diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-18 19:30:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-18 19:30:25 (EDT) |
commit | c214c727f60b070aa502b20dcc1ad7e3ce8579f2 (patch) | |
tree | 6fdedba475ec57491e0f81bfe9355194327b7417 /configure.ac | |
parent | 9196325df8ffa9107d9b87353635df4a4a0f1a51 (diff) |
oh-shlibdeps: Hardcode lib dirs, drop ldconfig
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/configure.ac b/configure.ac index cd54608..1f1c030 100644 --- a/configure.ac +++ b/configure.ac @@ -97,31 +97,6 @@ AC_ARG_WITH( ] ) -AC_ARG_WITH( - [ldconfig], - [AS_HELP_STRING([--with-ldconfig=PATH], [path to ldconfig])], - [ - case "${withval}" in - 'yes'|'') - AC_MSG_ERROR( - [--with-ldconfig requires an argument]) - ;; - 'no') - AC_MSG_ERROR([ldconfig is required]) - ;; - *) - LDCONFIG="${withval}" - ;; - esac - ], - [ - AC_PATH_PROG([LDCONFIG], [ldconfig]) - if test -z "${LDCONFIG}"; then - AC_MSG_ERROR([ldconfig not found]) - fi - ] -) - AC_ARG_ENABLE( [multiarch-libdir], [AS_HELP_STRING( |