aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-11-23 22:12:44 +0000
committerJoão Valverde <j@v6e.pt>2017-11-24 00:18:17 +0000
commitcb80d6c97bbcfe6260ed64d3d747ca26047ce1b4 (patch)
tree428742cf7e70c518da82409e82d7366aab143246 /configure.ac
parentcd6e56e03a6a26805f64140003f149732309966f (diff)
make-dissectors: Use more shell for build recipe
Change-Id: Ib7b5c74c0cca5bd6b9036a36a2df85ed0d0dcabb Reviewed-on: https://code.wireshark.org/review/24562 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 3ddf1e11d9..8135af63c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,14 +135,6 @@ AC_PROG_SED
AC_PROG_LN_S
AC_PROG_MKDIR_P
-#
-# Check for GNU Make
-#
-AX_CHECK_GNU_MAKE([have_gnu_make=yes])
-if test "x$have_gnu_make" != xyes; then
- AC_MSG_WARN([GNU Make not found; building Wireshark without it will probably fail])
-fi
-
AC_PATH_PROG(PERL, perl)
# Check for Python.