summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-26 21:45:51 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-26 21:45:51 +0000
commit2412913616db37727cee7a726fd6929cfa8c9b36 (patch)
tree235a2b067e689655df54a028e0af27f07e3a216d /acinclude.m4
parent31954c98ee03a6dc0702a41fde283395acbf8959 (diff)
downloadwireshark-2412913616db37727cee7a726fd6929cfa8c9b36.tar.gz
Fix configure-script errors with some versions of autoconf.
svn path=/trunk/; revision=54470
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 249bc5b563..c70c871af2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1652,6 +1652,12 @@ AC_DEFUN([AC_WIRESHARK_CHECK_NON_CXX_WARNING_OPTION_ERROR],
# No, so this option is actually OK
# with our C++ compiler.
#
+ # (We need an empty command here to
+ # prevent some versions of autoconf
+ # from generating a script with an
+ # empty "then" clause for an if statement.)
+ #
+ :
],
[
#