aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Pansiot <thomas.pansiot@nokia.com>2020-06-04 12:15:09 +0300
committerMatias Elo <matias.elo@nokia.com>2020-06-10 08:12:38 +0300
commit065e4d728ffb4f11d2510ade23559da6abc746dd (patch)
tree18e2ddec6bed23897bbdec10019a257731fe019a /configure.ac
parent7c984fc96d20b76c2734a540e79d827665076fa1 (diff)
linux-gen: use provided conf file for install and rebuild
When providing a conf file with "--with-config-file", - In case of change in this file, rebuild was not doing anything - In case of change in generic conf file, rebuild was using generic conf file instead of provided one to regenerate / rebuild - Generic conf file was installed Signed-off-by: Thomas Pansiot <thomas.pansiot@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 697e4f486..d22858d09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -498,6 +498,7 @@ AC_MSG_RESULT([
test_example: ${test_example}
user_guides: ${user_guides}
pcapng: ${have_pcapng}
+ default_config_path: ${default_config_path}
])
AS_IF([test "${with_openssl}" = "no"],