diff options
Diffstat (limited to 'svm/configure.ac')
-rw-r--r-- | svm/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svm/configure.ac b/svm/configure.ac index 8db5821420c..b3948176232 100644 --- a/svm/configure.ac +++ b/svm/configure.ac @@ -2,7 +2,7 @@ AC_INIT(svm, 1.0) LT_INIT AM_INIT_AUTOMAKE -AM_SILENT_RULES +AM_SILENT_RULES([yes]) AM_PROG_AS AC_PROG_CC_C_O |