summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-10-06 12:45:00 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-10-06 12:45:00 +0200
commite4089213377a8813cc66db5d6297e0df92b8d2a5 (patch)
tree2a3019bca6b73606a99db190c77cc2e85207f8cf
parent9aa30c1392c887e4b3c51d7c1f0572f61f5c4630 (diff)
downloadlibnet-e4089213377a8813cc66db5d6297e0df92b8d2a5.tar.gz
configure: Revert to pre-1.2 behavior, don't build samples by default
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 43fcf79..3251778 100644
--- a/configure.ac
+++ b/configure.ac
@@ -195,9 +195,9 @@ fi
dnl Check for sample building
AC_MSG_CHECKING([whether to build sample programs])
AC_ARG_ENABLE([samples],
- [AS_HELP_STRING([--disable-samples],[do not build sample programs @<:@default=no@:>@])],
+ [AS_HELP_STRING([--enable-samples],[do not build sample programs @<:@default=no@:>@])],
[enable_samples=$enableval],
- [enable_samples=yes]
+ [enable_samples=no]
)
AC_MSG_RESULT([$enable_samples])