aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-06-28 09:59:19 +0000
committerGuy Harris <guy@alum.mit.edu>2013-06-28 09:59:19 +0000
commit9a09ef907a17b00eb9a7b268f437f70387f4d514 (patch)
tree4845e381aa97ccc531531a3aae30cfa43b8d4c59 /configure.ac
parentfd5281c763408f84c7e9236080e40f8920a942be (diff)
AC_LANG_PROGRAM's second argument is put inside "int main(){"/"}" by the
macro, and mustn't include that itself. svn path=/trunk/; revision=50205
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index dac8bb4c91..f81854c4db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1087,12 +1087,8 @@ if test "x$enable_wireshark" = "xyes"; then
#include <iostream.h>
],
[
-int
-main()
-{
cout << "Hello World! ";
return 0;
-}
])],
[AC_MSG_RESULT(yes)],
[