diff options
author | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-07-16 14:09:32 -0700 |
---|---|---|
committer | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-07-16 14:09:32 -0700 |
commit | f6bf877bf5a90c342dcc8f4ce6a2fdd5e597c4d7 (patch) | |
tree | cfd60add63211102af43d76d1b698e046db88cf0 /configure.ac | |
parent | e353a74f6206c818de93f0ee8c3549c06e223c96 (diff) | |
download | vyatta-cfg-vpn-f6bf877bf5a90c342dcc8f4ce6a2fdd5e597c4d7.tar.gz vyatta-cfg-vpn-f6bf877bf5a90c342dcc8f4ce6a2fdd5e597c4d7.zip |
Workaround to setup vti ko and cleaner error message.
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 |