diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 09:33:38 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 10:42:26 -0800 |
commit | cb55706633bda6c5bd7c8391da9193ad0146002b (patch) | |
tree | 236d75d4f3a7a2911f3609eb0f983f1e189f53ea /configure.ac | |
parent | fb1bf8a2eefbdb467a948688ab388628455ef480 (diff) | |
download | vyatta-cfg-system-cb55706633bda6c5bd7c8391da9193ad0146002b.tar.gz vyatta-cfg-system-cb55706633bda6c5bd7c8391da9193ad0146002b.zip |
Add utilities checking addresses
These are new C language utilites to replace the Perl utility
when checking interface addresses. Perl compilation is major component
of slow boot time.
Note: this changes the package from pure scripts (arch independent)
to arch dependent
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 39771f0a..f7417452 100644 --- a/configure.ac +++ b/configure.ac @@ -26,5 +26,9 @@ AC_CONFIG_FILES( AC_SUBST(NOSTRIP) +AC_PROG_CC +AC_PROG_CXX +AM_PROG_AS +AM_PROG_CC_C_O AC_OUTPUT |