diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 447e366..b141216 100644 --- a/configure.ac +++ b/configure.ac @@ -41,8 +41,7 @@ AM_CONDITIONAL([USE_UNIONFSFUSE], [test "$enable_unionfsfuse" != no]) AC_CONFIG_FILES( [Makefile] [perl_dmod/Makefile] - [debian/vyatta-cfg.postinst] - [debian/vyatta-cfg.prerm]) + [debian/vyatta-cfg.postinst]) AC_SUBST(NOSTRIP) PKG_CHECK_MODULES(GOBJECT, [gobject-2.0]) |