diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-30 07:37:49 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-03 15:06:00 +0000 |
commit | 3d3c0d9827b93cd39ed557a89253ac02a0aff41d (patch) | |
tree | e9697cbe7ef50908ce96a0a57e76f7d7b7bcaeb2 /configure.ac | |
parent | 6f435de5a5ee165d24a11a28c5aa10b735bace03 (diff) | |
download | vyatta-cfg-3d3c0d9827b93cd39ed557a89253ac02a0aff41d.tar.gz vyatta-cfg-3d3c0d9827b93cd39ed557a89253ac02a0aff41d.zip |
T6527: remove legacy Perl library components
(cherry picked from commit 069bd35b3cc58e0deeae02d3a7811d29c1ccea3f)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b141216..e8035f7 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,6 @@ AM_CONDITIONAL([USE_UNIONFSFUSE], [test "$enable_unionfsfuse" != no]) AC_CONFIG_FILES( [Makefile] - [perl_dmod/Makefile] [debian/vyatta-cfg.postinst]) AC_SUBST(NOSTRIP) |