diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 14:45:57 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 14:45:57 (EST) |
commit | ca3a7e3ec14aac422217fd78f65013ac33a63dab (patch) | |
tree | a6a6b1d307577d149e845bb7265e809da3eb2a5e | |
parent | 46f93f0b003ad436d37bda0c990d6ccfae3caf81 (diff) |
configure.ac: Drop LDCONFIG output variable
This should have been done in commit
c214c727f60b070aa502b20dcc1ad7e3ce8579f2.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eaa5f6a..3a9ce99 100644 --- a/configure.ac +++ b/configure.ac @@ -181,7 +181,6 @@ AC_SUBST([SH]) AC_SUBST([LIBOPKBUILD]) AC_SUBST([READELF]) AC_SUBST([OPKG]) -AC_SUBST([LDCONFIG]) AC_SUBST([multiarch_libdir]) AC_SUBST([helperdir]) AC_CONFIG_FILES([Makefile]) |