diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7492451..3a7fc49 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,9 @@ AC_CONFIG_FILES( [debian/vyatta-cfg-vpn.postinst]) AC_SUBST(NOSTRIP) - +AC_PROG_CC +AC_PROG_CXX +AM_PROG_AS +AM_PROG_CC_C_O AC_OUTPUT |