aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-08-12 23:30:16 +0200
committerJörg Mayer <jmayer@loplof.de>2014-08-12 21:31:34 +0000
commit65ac652a07bf4c1cd0748e3f19c5215c9f1341bd (patch)
tree446da214ba0026aa3201439ab00465832f83ba26 /configure.ac
parent433eeda109bdd5e4ed3860d13ea67e357befae6b (diff)
Remove make-dissector-reg and require python for autotool builds as well
Change-Id: I6239063a08ba37199a4e95302a3650a80544c750 Reviewed-on: https://code.wireshark.org/review/3562 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0ac89fc338..a5ebe540fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,6 +119,8 @@ if test ! -z "$PYTHON"; then
else
AC_MSG_RESULT(yes)
fi
+else
+ AC_MSG_ERROR(I couldn't find python; make sure it's installed and in your path)
fi
#