Skip to content

Commit

Permalink
Remove configure step depending on unused install
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Hemminger committed Mar 20, 2010
1 parent 5e8e6f2 commit 9d457aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ AC_ARG_ENABLE([nostrip],
[include -nostrip option during packaging]),
[NOSTRIP=-nostrip], [NOSTRIP=])

AC_CONFIG_FILES(
[Makefile]
[debian/vyatta-cfg-qos.postinst])
AC_CONFIG_FILES([Makefile])

AC_SUBST(NOSTRIP)

Expand Down

0 comments on commit 9d457aa

Please sign in to comment.