diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-12-26 21:45:51 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-12-26 21:45:51 +0000 |
commit | 2412913616db37727cee7a726fd6929cfa8c9b36 (patch) | |
tree | 235a2b067e689655df54a028e0af27f07e3a216d /acinclude.m4 | |
parent | 31954c98ee03a6dc0702a41fde283395acbf8959 (diff) | |
download | wireshark-2412913616db37727cee7a726fd6929cfa8c9b36.tar.gz wireshark-2412913616db37727cee7a726fd6929cfa8c9b36.tar.bz2 wireshark-2412913616db37727cee7a726fd6929cfa8c9b36.zip |
Fix configure-script errors with some versions of autoconf.
svn path=/trunk/; revision=54470
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 6 |
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.) + # + : ], [ # |